Uses of Class
org.xipki.ca.api.profile.SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod
-
Packages that use SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod Package Description org.xipki.ca.api.profile -
-
Uses of SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod in org.xipki.ca.api.profile
Methods in org.xipki.ca.api.profile that return SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod Modifier and Type Method Description SubjectKeyIdentifierControl.SubjectKeyIdentifierMethodSubjectKeyIdentifierControl. getMethod()static SubjectKeyIdentifierControl.SubjectKeyIdentifierMethodSubjectKeyIdentifierControl.SubjectKeyIdentifierMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod[]SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xipki.ca.api.profile with parameters of type SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod Modifier and Type Method Description voidSubjectKeyIdentifierControl. setMethod(SubjectKeyIdentifierControl.SubjectKeyIdentifierMethod method)
-