Uses of Class
com.evolveum.midpoint.prism.crypto.EncryptionException
Packages that use EncryptionException
Package
Description
-
Uses of EncryptionException in com.evolveum.midpoint.common.crypto
Methods in com.evolveum.midpoint.common.crypto that throw EncryptionExceptionModifier and TypeMethodDescriptionstatic <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 EncryptionExceptionModifier and TypeMethodDescriptionMidpointFunctions.getPlaintext
(ProtectedStringType user) MidpointFunctions.getPlaintextAccountPassword
(ShadowType account) MidpointFunctions.getPlaintextAccountPasswordFromDelta
(ObjectDelta<? extends ShadowType> delta) MidpointFunctions.getPlaintextUserPassword
(FocusType user) MidpointFunctions.getPlaintextUserPasswordFromDeltas
(List<ObjectDelta<? extends FocusType>> deltas) -
Uses of EncryptionException in com.evolveum.midpoint.prism.crypto
Methods in com.evolveum.midpoint.prism.crypto that throw EncryptionExceptionModifier and TypeMethodDescriptionboolean
Protector.areEquivalent
(ProtectedStringType a, ProtectedStringType b) Decides equivalence of two protected data objects (for data management purposes).boolean
Protector.compareCleartext
(ProtectedStringType a, ProtectedStringType b) Compare cleartext values protected inside the protected strings.<T> void
Protector.decrypt
(ProtectedData<T> protectedData) Protector.decryptString
(ProtectedData<String> protectedString) <T> void
Protector.encrypt
(ProtectedData<T> protectedData) Protector.encryptString
(String text) KeyStoreBasedProtector.getSecretKeyDigest
(SecretKey key) <T> void
Protector.hash
(ProtectedData<T> protectedData) boolean
Protector.isEncryptedByCurrentKey
(@NotNull EncryptedDataType data)