Package | Description |
---|---|
com.evolveum.midpoint.common.crypto | |
com.evolveum.midpoint.model.api.expr |
Modifier and Type | Method and Description |
---|---|
Element |
Protector.decrypt(ProtectedStringType protectedString) |
Element |
AESProtector.decrypt(ProtectedStringType protectedString) |
String |
Protector.decryptString(ProtectedStringType protectedString) |
String |
AESProtector.decryptString(ProtectedStringType protectedString) |
ProtectedStringType |
Protector.encrypt(Element plain) |
ProtectedStringType |
AESProtector.encrypt(Element plain) |
void |
Protector.encrypt(ProtectedStringType ps)
Encrypts the ProtectedStringType "in place".
|
void |
AESProtector.encrypt(ProtectedStringType ps) |
ProtectedStringType |
Protector.encryptString(String text) |
ProtectedStringType |
AESProtector.encryptString(String text) |
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
com.evolveum.midpoint.prism.delta.ObjectDelta<T> delta)
Encrypts all encryptable values in delta.
|
static <T extends ObjectType> |
CryptoUtil.encryptValues(Protector protector,
com.evolveum.midpoint.prism.PrismObject<T> object)
Encrypts all encryptable values in the object.
|
String |
AESProtector.getSecretKeyDigest(SecretKey key) |
Modifier and Type | Method and Description |
---|---|
String |
MidpointFunctions.getPlaintextAccountPassword(ShadowType account) |
String |
MidpointFunctions.getPlaintextAccountPasswordFromDelta(com.evolveum.midpoint.prism.delta.ObjectDelta<? extends ShadowType> delta) |
String |
MidpointFunctions.getPlaintextUserPassword(UserType user) |
String |
MidpointFunctions.getPlaintextUserPasswordFromDeltas(List<com.evolveum.midpoint.prism.delta.ObjectDelta<UserType>> deltas) |
Copyright © 2014 Evolveum. All rights reserved.