Uses of Class
org.cryptacular.pem.Descriptor
Packages that use Descriptor
-
Uses of Descriptor in org.cryptacular.pem
Fields in org.cryptacular.pem declared as DescriptorModifier and TypeFieldDescriptionprivate final DescriptorPemObject.descriptorDescriptorfor this PEM object which includes the RFC governing its format and other relevant data about the data.Methods in org.cryptacular.pem that return DescriptorModifier and TypeMethodDescriptionPemObject.getDescriptor()Returns descriptor on PEM objectprivate static DescriptorPemParser.parseDescriptor(BufferedReader reader) Determines the RFC format governing the PEM file in the reader and constructs aDescriptoraccordingly.Methods in org.cryptacular.pem with parameters of type DescriptorModifier and TypeMethodDescriptionprivate static PemObjectPemParser.parseInternal(BufferedReader reader, Descriptor descriptor) Reads the contents of the PEM data between the BEGIN and END markers by format specified.Constructors in org.cryptacular.pem with parameters of type DescriptorModifierConstructorDescriptionPemObject(Descriptor descriptorParam, byte[] content) Generic constructor for object without headers.PemObject(Descriptor descriptorParam, List<org.bouncycastle.util.io.pem.PemHeader> headers, byte[] content) Generic constructor for object with headers.