Uses of Class
com.evolveum.prism.xml.ns._public.types_3.EncryptedDataType
-
Packages that use EncryptedDataType Package Description com.evolveum.midpoint.prism.crypto com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of EncryptedDataType in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeProtectedData. getEncryptedDataType()Methods in com.evolveum.midpoint.prism.crypto with parameters of type EncryptedDataType Modifier and Type Method Description booleanProtector. isEncryptedByCurrentKey(@NotNull EncryptedDataType data)voidProtectedData. setEncryptedData(EncryptedDataType encryptedDataType) -
Uses of EncryptedDataType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeEncryptedDataType. clone()EncryptedDataTypeObjectFactory. createEncryptedDataType()Create an instance ofEncryptedDataTypeEncryptedDataTypeProtectedDataType. getEncryptedDataType()Methods in com.evolveum.prism.xml.ns._public.types_3 that return types with arguments of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createProtectedDataTypeEncryptedData(EncryptedDataType value)javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createProtectedStringTypeEncryptedData(EncryptedDataType value)Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type EncryptedDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createProtectedDataTypeEncryptedData(EncryptedDataType value)javax.xml.bind.JAXBElement<EncryptedDataType>ObjectFactory. createProtectedStringTypeEncryptedData(EncryptedDataType value)voidProtectedDataType. setEncryptedData(EncryptedDataType encryptedDataType)
-