Uses of Class
org.jboss.seam.security.external.jaxb.xmldsig.KeyInfoType

Packages that use KeyInfoType
org.jboss.seam.security.external.jaxb.samlv2.metadata   
org.jboss.seam.security.external.jaxb.xenc   
org.jboss.seam.security.external.jaxb.xmldsig   
 

Uses of KeyInfoType in org.jboss.seam.security.external.jaxb.samlv2.metadata
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.metadata declared as KeyInfoType
protected  KeyInfoType KeyDescriptorType.keyInfo
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata that return KeyInfoType
 KeyInfoType KeyDescriptorType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.metadata with parameters of type KeyInfoType
 void KeyDescriptorType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 

Uses of KeyInfoType in org.jboss.seam.security.external.jaxb.xenc
 

Fields in org.jboss.seam.security.external.jaxb.xenc declared as KeyInfoType
protected  KeyInfoType EncryptedType.keyInfo
           
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return KeyInfoType
 KeyInfoType EncryptedType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.jboss.seam.security.external.jaxb.xenc that return types with arguments of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 

Methods in org.jboss.seam.security.external.jaxb.xenc with parameters of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 JAXBElement<KeyInfoType> ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 void EncryptedType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 

Uses of KeyInfoType in org.jboss.seam.security.external.jaxb.xmldsig
 

Fields in org.jboss.seam.security.external.jaxb.xmldsig declared as KeyInfoType
protected  KeyInfoType SignatureType.keyInfo
           
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return KeyInfoType
 KeyInfoType ObjectFactory.createKeyInfoType()
          Create an instance of KeyInfoType
 KeyInfoType SignatureType.getKeyInfo()
          Gets the value of the keyInfo property.
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig that return types with arguments of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 

Methods in org.jboss.seam.security.external.jaxb.xmldsig with parameters of type KeyInfoType
 JAXBElement<KeyInfoType> ObjectFactory.createKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 void SignatureType.setKeyInfo(KeyInfoType value)
          Sets the value of the keyInfo property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.