Uses of Enum Class
org.shredzone.acme4j.toolbox.AcmeUtils.PemLabel
Packages that use AcmeUtils.PemLabel
-
Uses of AcmeUtils.PemLabel in org.shredzone.acme4j.toolbox
Methods in org.shredzone.acme4j.toolbox that return AcmeUtils.PemLabelModifier 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.Methods in org.shredzone.acme4j.toolbox with parameters of type AcmeUtils.PemLabelModifier and TypeMethodDescriptionstatic void
AcmeUtils.writeToPem
(byte[] encoded, AcmeUtils.PemLabel label, Writer out) Writes an encoded key or certificate to a file in PEM format.