Uses of Class
org.xipki.cmp.client.EnrollCertRequest.EnrollType
-
Packages that use EnrollCertRequest.EnrollType Package Description org.xipki.cmp.client -
-
Uses of EnrollCertRequest.EnrollType in org.xipki.cmp.client
Methods in org.xipki.cmp.client that return EnrollCertRequest.EnrollType Modifier and Type Method Description EnrollCertRequest.EnrollTypeEnrollCertRequest. getType()static EnrollCertRequest.EnrollTypeEnrollCertRequest.EnrollType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnrollCertRequest.EnrollType[]EnrollCertRequest.EnrollType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xipki.cmp.client with parameters of type EnrollCertRequest.EnrollType Constructor Description EnrollCertRequest(EnrollCertRequest.EnrollType type)
-