Uses of Enum
org.cryptacular.pem.Format
Packages that use Format
-
Uses of Format in org.cryptacular.pem
Fields in org.cryptacular.pem declared as FormatModifier and TypeFieldDescriptionprivate final FormatDescriptor.formatThe RFC PEM specification which governs the format of this PEM object.Methods in org.cryptacular.pem that return FormatModifier and TypeMethodDescriptionDescriptor.getFormat()private static FormatDetermines the RFC governing the format of the PEM file based of the parameters provided.static FormatReturns the enum constant of this type with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptacular.pem with parameters of type FormatModifier and TypeMethodDescriptionprivate static voidPemParser.assertLineLength(Format format, int maxLineLength) Throws an exception if the data contains rules restricted by their respective RFCs.private voidPemObject.assertPemHeaderValid(List<org.bouncycastle.util.io.pem.PemHeader> headers, Set<String> specifiers, Format format, boolean allowX, boolean disregardX) Checks to make sure a given list ofPemHeaderinstances the names specified are valid.private static org.bouncycastle.util.io.pem.PemHeaderPemParser.parseHeader(BufferedReader reader, String line, Format format) Reads a header line which takes into account header types from RFC 1421 invalid input: '&' RFC 4716Constructors in org.cryptacular.pem with parameters of type FormatModifierConstructorDescriptionDescriptor(Format formatParam, String explanatoryTextParam, String typeParam) Constructor with RFC format and explanatory text.