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

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

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

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

Methods in com.evolveum.midpoint.xml.ns._public.common.common_1 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_1 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 ObjectFactory.createEncryptedDataType()
          Create an instance of EncryptedDataType
 

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

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



Copyright © 2012 evolveum. All Rights Reserved.