| Package | Description |
|---|---|
| org.identityconnectors.common.security | |
| org.identityconnectors.framework.common.objects |
| Modifier and Type | Method and Description |
|---|---|
GuardedByteArray |
GuardedByteArray.copy()
Create a copy of the byte array.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
SecurityUtil.decrypt(GuardedByteArray guardedByteArray)
Decrypts the value of a
GuardedByteArray. |
| Modifier and Type | Method and Description |
|---|---|
GuardedByteArray |
AttributesAccessor.findGuardedByteArray(String name)
Get the guarded byte array value from the specified (single-valued)
attribute.
|
static GuardedByteArray |
AttributeUtil.getGuardedByteArrayValue(Attribute attr)
Get the
GuardedByteArray value from the specified (single-valued)
attribute. |
static GuardedByteArray |
AttributeDeltaUtil.getGuardedByteArrayValue(AttributeDelta attrDelta)
Get the
GuardedByteArray value from the specified (single-valued)
attributeDelta. |
Copyright © 2022. All rights reserved.