Uses of Class
org.xipki.util.PemEncoder.PemLabel
-
Packages that use PemEncoder.PemLabel Package Description org.xipki.util -
-
Uses of PemEncoder.PemLabel in org.xipki.util
Methods in org.xipki.util that return PemEncoder.PemLabel Modifier and Type Method Description static PemEncoder.PemLabelPemEncoder.PemLabel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PemEncoder.PemLabel[]PemEncoder.PemLabel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.util with parameters of type PemEncoder.PemLabel Modifier and Type Method Description static byte[]PemEncoder. encode(byte[] data, PemEncoder.PemLabel pemLabel)
-