org.jboss.identity.federation.saml.v2.ac.classes.softwarepki
Class PrivateKeyProtectionType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.softwarepki.OriginalPrivateKeyProtectionType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.softwarepki.PrivateKeyProtectionType

public class PrivateKeyProtectionType
extends OriginalPrivateKeyProtectionType

Java class for PrivateKeyProtectionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PrivateKeyProtectionType">
   <complexContent>
     <restriction base="{urn:oasis:names:tc:SAML:2.0:ac:classes:SoftwarePKI}PrivateKeyProtectionType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:SoftwarePKI}KeyActivation"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:SoftwarePKI}KeyStorage"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:SoftwarePKI}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.jboss.identity.federation.saml.v2.ac.classes.softwarepki.OriginalPrivateKeyProtectionType
extension, keyActivation, keySharing, keyStorage
 
Constructor Summary
PrivateKeyProtectionType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.softwarepki.OriginalPrivateKeyProtectionType
getExtension, getKeyActivation, getKeySharing, getKeyStorage, setKeyActivation, setKeySharing, setKeyStorage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateKeyProtectionType

public PrivateKeyProtectionType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.