Uses of Enum Class
org.shredzone.acme4j.toolbox.AcmeUtils.PemLabel
-
Uses of AcmeUtils.PemLabel in org.shredzone.acme4j.toolbox
Modifier and TypeMethodDescriptionstatic AcmeUtils.PemLabel
Returns the enum constant of this class with the specified name.static AcmeUtils.PemLabel[]
AcmeUtils.PemLabel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
AcmeUtils.writeToPem
(byte[] encoded, AcmeUtils.PemLabel label, Writer out) Writes an encoded key or certificate to a file in PEM format.