Uses of Class
org.apache.wss4j.common.saml.bean.KeyInfoBean.CERT_IDENTIFIER
-
Packages that use KeyInfoBean.CERT_IDENTIFIER Package Description org.apache.wss4j.common.saml.bean -
-
Uses of KeyInfoBean.CERT_IDENTIFIER in org.apache.wss4j.common.saml.bean
Methods in org.apache.wss4j.common.saml.bean that return KeyInfoBean.CERT_IDENTIFIER Modifier and Type Method Description KeyInfoBean.CERT_IDENTIFIERKeyInfoBean. getCertIdentifer()Method getCertIdentifer returns the cert identifer of this KeyInfoBean object.static KeyInfoBean.CERT_IDENTIFIERKeyInfoBean.CERT_IDENTIFIER. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyInfoBean.CERT_IDENTIFIER[]KeyInfoBean.CERT_IDENTIFIER. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.common.saml.bean with parameters of type KeyInfoBean.CERT_IDENTIFIER Modifier and Type Method Description voidKeyInfoBean. setCertIdentifer(KeyInfoBean.CERT_IDENTIFIER certIdentifier)Method setCertIdentifer sets the cert identifier of this KeyInfoBean object.
-