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

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

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

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

Methods in org.jboss.identity.federation.saml.v2.ac.classes.smartcard 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.smartcard 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.smartcard 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.