Uses of Class
org.w3._2001._04.xmlenc.EncryptedDataType

Packages that use EncryptedDataType
com.evolveum.midpoint.xml.ns._public.common.common_2a   
org.w3._2001._04.xmlenc   
 

Uses of EncryptedDataType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as EncryptedDataType
protected  EncryptedDataType ProtectedStringType.encryptedData
           
protected  EncryptedDataType ProtectedByteArrayType.encryptedData
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return EncryptedDataType
 EncryptedDataType ProtectedStringType.getEncryptedData()
          Use of XML Encryption standard EncryptionData element.
 EncryptedDataType ProtectedByteArrayType.getEncryptedData()
          Use of XML Encryption standard EncryptionData element.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type EncryptedDataType
 void ProtectedStringType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 void ProtectedByteArrayType.setEncryptedData(EncryptedDataType value)
          Sets the value of the encryptedData property.
 

Uses of EncryptedDataType in org.w3._2001._04.xmlenc
 

Methods in org.w3._2001._04.xmlenc that return EncryptedDataType
 EncryptedDataType EncryptedDataType.clone()
          Creates and returns a deep copy of this object.
 EncryptedDataType ObjectFactory.createEncryptedDataType()
          Create an instance of EncryptedDataType
 

Methods in org.w3._2001._04.xmlenc that return types with arguments of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 

Methods in org.w3._2001._04.xmlenc with parameters of type EncryptedDataType
 JAXBElement<EncryptedDataType> ObjectFactory.createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 

Constructors in org.w3._2001._04.xmlenc with parameters of type EncryptedDataType
EncryptedDataType(EncryptedDataType o)
          Creates a new EncryptedDataType instance by deeply copying a given EncryptedDataType instance.
 



Copyright © 2013 evolveum. All Rights Reserved.