Uses of Class
org.identityconnectors.common.security.GuardedByteArray
Packages that use GuardedByteArray
Package
Description
-
Uses of GuardedByteArray in org.identityconnectors.common.security
Methods in org.identityconnectors.common.security that return GuardedByteArrayMethods in org.identityconnectors.common.security with parameters of type GuardedByteArrayModifier and TypeMethodDescriptionstatic 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 GuardedByteArrayModifier and TypeMethodDescriptionAttributesAccessor.findGuardedByteArray
(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.