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> voidProtector. decrypt(ProtectedData<T> protectedData)StringProtector. decryptString(ProtectedData<String> protectedString)<T> voidProtector. encrypt(ProtectedData<T> protectedData)<T> voidProtector. 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 classProtectedByteArrayTypeSpecific subtype for protected binary byte array data.classProtectedDataType<T>This class was originally generated.classProtectedStringTypeThis class was originally generated.
-