Uses of Class
com.sun.xml.security.core.xenc.EncryptionPropertiesType

Packages that use EncryptionPropertiesType
com.sun.xml.security.core.xenc   
 

Uses of EncryptionPropertiesType in com.sun.xml.security.core.xenc
 

Fields in com.sun.xml.security.core.xenc declared as EncryptionPropertiesType
protected  EncryptionPropertiesType EncryptedType.encryptionProperties
           
 

Methods in com.sun.xml.security.core.xenc that return EncryptionPropertiesType
 EncryptionPropertiesType ObjectFactory.createEncryptionPropertiesType()
          Create an instance of EncryptionPropertiesType
 EncryptionPropertiesType EncryptedType.getEncryptionProperties()
          Gets the value of the encryptionProperties property.
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptionPropertiesType
 JAXBElement<EncryptionPropertiesType> ObjectFactory.createEncryptionProperties(EncryptionPropertiesType value)
          Create an instance of JAXBElement<EncryptionPropertiesType>}
 

Methods in com.sun.xml.security.core.xenc with parameters of type EncryptionPropertiesType
 JAXBElement<EncryptionPropertiesType> ObjectFactory.createEncryptionProperties(EncryptionPropertiesType value)
          Create an instance of JAXBElement<EncryptionPropertiesType>}
 void EncryptedType.setEncryptionProperties(EncryptionPropertiesType value)
          Sets the value of the encryptionProperties property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.