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 GuardedByteArrayGuardedByteArray. 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 GuardedByteArrayAttributesAccessor. findGuardedByteArray(java.lang.String name)Get the guarded byte array value from the specified (single-valued) attribute.static GuardedByteArrayAttributeUtil. getGuardedByteArrayValue(Attribute attr)Get theGuardedByteArrayvalue from the specified (single-valued) attribute.
-