Uses of Interface
com.evolveum.midpoint.prism.crypto.ProtectedData
-
Packages that use ProtectedData Package Description com.evolveum.midpoint.prism.crypto com.evolveum.prism.xml.ns._public.types_3 -
-
Uses of ProtectedData in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto with parameters of type ProtectedData Modifier and Type Method Description <T> void
Protector. decrypt(ProtectedData<T> protectedData)
String
Protector. decryptString(ProtectedData<String> protectedString)
<T> void
Protector. encrypt(ProtectedData<T> protectedData)
<T> void
Protector. hash(ProtectedData<T> protectedData)
-
Uses of ProtectedData in com.evolveum.prism.xml.ns._public.types_3
Classes in com.evolveum.prism.xml.ns._public.types_3 that implement ProtectedData Modifier and Type Class Description class
ProtectedByteArrayType
Specific subtype for protected binary byte array data.class
ProtectedDataType<T>
This class was originally generated.class
ProtectedStringType
This class was originally generated.
-