Uses of Class
com.evolveum.midpoint.prism.crypto.EncryptionException
-
Packages that use EncryptionException Package Description com.evolveum.midpoint.common.crypto com.evolveum.midpoint.model.api.expr com.evolveum.midpoint.prism.crypto -
-
Uses of EncryptionException in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto that throw EncryptionException Modifier and Type Method Description static <T extends ObjectType>
Collection<? extends ItemDelta<?,?>>CryptoUtil. computeReencryptModifications(Protector protector, PrismObject<T> object)static <T extends ObjectType>
voidCryptoUtil. encryptValues(Protector protector, ObjectDelta<T> delta)Encrypts all encryptable values in delta.static <T extends ObjectType>
voidCryptoUtil. encryptValues(Protector protector, PrismObject<T> object)Encrypts all encryptable values in the object.static <T extends ObjectType>
intCryptoUtil. reencryptValues(Protector protector, PrismObject<T> object)Re-encrypts all encryptable values in the object. -
Uses of EncryptionException in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that throw EncryptionException Modifier and Type Method Description StringMidpointFunctions. getPlaintext(ProtectedStringType user)StringMidpointFunctions. getPlaintextAccountPassword(ShadowType account)StringMidpointFunctions. getPlaintextAccountPasswordFromDelta(ObjectDelta<? extends ShadowType> delta)StringMidpointFunctions. getPlaintextUserPassword(FocusType user)StringMidpointFunctions. getPlaintextUserPasswordFromDeltas(List<ObjectDelta<? extends FocusType>> deltas) -
Uses of EncryptionException in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that throw EncryptionException Modifier and Type Method Description booleanProtector. areEquivalent(ProtectedStringType a, ProtectedStringType b)Decides equivalence of two protected data objects (for data management purposes).booleanProtector. compareCleartext(ProtectedStringType a, ProtectedStringType b)Compare cleartext values protected inside the protected strings.<T> voidProtector. decrypt(ProtectedData<T> protectedData)StringProtector. decryptString(ProtectedData<String> protectedString)<T> voidProtector. encrypt(ProtectedData<T> protectedData)ProtectedStringTypeProtector. encryptString(String text)StringKeyStoreBasedProtector. getSecretKeyDigest(SecretKey key)<T> voidProtector. hash(ProtectedData<T> protectedData)booleanProtector. isEncryptedByCurrentKey(@NotNull EncryptedDataType data)
-