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

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

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

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

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

Methods in org.jboss.identity.federation.saml.v2.ac.classes.softwarepki 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.softwarepki with parameters of type KeyStorageType
 javax.xml.bind.JAXBElement<KeyStorageType> ObjectFactory.createKeyStorage(KeyStorageType value)
          Create an instance of JAXBElement<KeyStorageType>}
 void SecretKeyProtectionType.setKeyStorage(KeyStorageType value)
          Sets the value of the keyStorage property.
 void OriginalPrivateKeyProtectionType.setKeyStorage(KeyStorageType value)
          Sets the value of the keyStorage property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.