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

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

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

Fields in com.sun.xml.security.core.xenc with type parameters of type EncryptionPropertyType
protected  List<EncryptionPropertyType> EncryptionPropertiesType.encryptionProperty
           
 

Methods in com.sun.xml.security.core.xenc that return EncryptionPropertyType
 EncryptionPropertyType ObjectFactory.createEncryptionPropertyType()
          Create an instance of EncryptionPropertyType
 

Methods in com.sun.xml.security.core.xenc that return types with arguments of type EncryptionPropertyType
 JAXBElement<EncryptionPropertyType> ObjectFactory.createEncryptionProperty(EncryptionPropertyType value)
          Create an instance of JAXBElement<EncryptionPropertyType>}
 List<EncryptionPropertyType> EncryptionPropertiesType.getEncryptionProperty()
          Gets the value of the encryptionProperty property.
 

Methods in com.sun.xml.security.core.xenc with parameters of type EncryptionPropertyType
 JAXBElement<EncryptionPropertyType> ObjectFactory.createEncryptionProperty(EncryptionPropertyType value)
          Create an instance of JAXBElement<EncryptionPropertyType>}
 

Method parameters in com.sun.xml.security.core.xenc with type arguments of type EncryptionPropertyType
 void EncryptionPropertiesType.setEncryptionProperty(List<EncryptionPropertyType> encryptionProperty)
           
 



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