Uses of Class
org.identityconnectors.common.security.GuardedByteArray
-
Packages that use GuardedByteArray Package Description org.identityconnectors.common.security org.identityconnectors.framework.common.objects -
-
Uses of GuardedByteArray in org.identityconnectors.common.security
Methods in org.identityconnectors.common.security that return GuardedByteArray Modifier and Type Method Description GuardedByteArray
GuardedByteArray. copy()
Create a copy of the byte array.Methods in org.identityconnectors.common.security with parameters of type GuardedByteArray Modifier and Type Method Description static byte[]
SecurityUtil. decrypt(GuardedByteArray guardedByteArray)
Decrypts the value of aGuardedByteArray
. -
Uses of GuardedByteArray in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return GuardedByteArray Modifier and Type Method Description GuardedByteArray
AttributesAccessor. findGuardedByteArray(java.lang.String name)
Get the guarded byte array value from the specified (single-valued) attribute.static GuardedByteArray
AttributeUtil. getGuardedByteArrayValue(Attribute attr)
Get theGuardedByteArray
value from the specified (single-valued) attribute.
-