Uses of Class
org.cryptacular.pem.PemObject
Packages that use PemObject
-
Uses of PemObject in org.cryptacular.pem
Methods in org.cryptacular.pem that return PemObjectModifier and TypeMethodDescriptionstatic PemObjectPemObject.decode(byte[] encoded) Decodes the supplied bytes into aPemObject.(package private) PemObjectPemParser.parse(byte[] encoded) Parses the encoded bytes.private PemObjectPemParser.parse(BufferedReader reader) Parses the supplied reader.private static PemObjectPemParser.parseInternal(BufferedReader reader, Descriptor descriptor) Reads the contents of the PEM data between the BEGIN and END markers by format specified.