Uses of Class
org.apache.ws.security.saml.ext.bean.KeyInfoBean.CERT_IDENTIFIER

Packages that use KeyInfoBean.CERT_IDENTIFIER
org.apache.ws.security.saml.ext.bean   
 

Uses of KeyInfoBean.CERT_IDENTIFIER in org.apache.ws.security.saml.ext.bean
 

Methods in org.apache.ws.security.saml.ext.bean that return KeyInfoBean.CERT_IDENTIFIER
 KeyInfoBean.CERT_IDENTIFIER KeyInfoBean.getCertIdentifer()
          Method getCertIdentifer returns the cert identifer of this KeyInfoBean object.
static KeyInfoBean.CERT_IDENTIFIER KeyInfoBean.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.ws.security.saml.ext.bean with parameters of type KeyInfoBean.CERT_IDENTIFIER
 void KeyInfoBean.setCertIdentifer(KeyInfoBean.CERT_IDENTIFIER certIdentifier)
          Method setCertIdentifer sets the cert identifier of this KeyInfoBean object.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.