Uses of Class
org.jboss.identity.federation.saml.v2.ac.classes.spki.KeyStorageType

Packages that use KeyStorageType
org.jboss.identity.federation.saml.v2.ac.classes.spki   
 

Uses of KeyStorageType in org.jboss.identity.federation.saml.v2.ac.classes.spki
 

Fields in org.jboss.identity.federation.saml.v2.ac.classes.spki declared as KeyStorageType
protected  KeyStorageType PrivateKeyProtectionType.keyStorage
           
protected  KeyStorageType SecretKeyProtectionType.keyStorage
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.spki that return KeyStorageType
 KeyStorageType ObjectFactory.createKeyStorageType()
          Create an instance of KeyStorageType
 KeyStorageType PrivateKeyProtectionType.getKeyStorage()
          Gets the value of the keyStorage property.
 KeyStorageType SecretKeyProtectionType.getKeyStorage()
          Gets the value of the keyStorage property.
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.spki that return types with arguments of type KeyStorageType
 javax.xml.bind.JAXBElement<KeyStorageType> ObjectFactory.createKeyStorage(KeyStorageType value)
          Create an instance of JAXBElement<KeyStorageType>}
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.spki with parameters of type KeyStorageType
 javax.xml.bind.JAXBElement<KeyStorageType> ObjectFactory.createKeyStorage(KeyStorageType value)
          Create an instance of JAXBElement<KeyStorageType>}
 void PrivateKeyProtectionType.setKeyStorage(KeyStorageType value)
          Sets the value of the keyStorage property.
 void SecretKeyProtectionType.setKeyStorage(KeyStorageType value)
          Sets the value of the keyStorage property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.