Uses of Enum Class
org.apache.wss4j.common.saml.bean.KeyInfoBean.CERT_IDENTIFIER
Packages that use KeyInfoBean.CERT_IDENTIFIER
-
Uses of KeyInfoBean.CERT_IDENTIFIER in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return KeyInfoBean.CERT_IDENTIFIERModifier and TypeMethodDescriptionKeyInfoBean.getCertIdentifer()Method getCertIdentifer returns the cert identifer of this KeyInfoBean object.static KeyInfoBean.CERT_IDENTIFIERReturns the enum constant of this class with the specified name.static KeyInfoBean.CERT_IDENTIFIER[]KeyInfoBean.CERT_IDENTIFIER.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBean.CERT_IDENTIFIERModifier and TypeMethodDescriptionvoidKeyInfoBean.setCertIdentifer(KeyInfoBean.CERT_IDENTIFIER certIdentifier) Method setCertIdentifer sets the cert identifier of this KeyInfoBean object.