Uses of Enum
org.cryptacular.pem.Format
Packages that use Format
-
Uses of Format in org.cryptacular.pem
Methods in org.cryptacular.pem that return FormatModifier and TypeMethodDescriptionDescriptor.getFormat()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.Constructors in org.cryptacular.pem with parameters of type FormatModifierConstructorDescriptionDescriptor(Format formatParam, String explanatoryTextParam, String typeParam) Constructor with RFC format and explanatory text.