Modifier and Type | Method and Description |
---|---|
void |
ConnectorObjectDelegate.attribute(String name,
GuardedByteArray... args) |
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. |
Modifier and Type | Method and Description |
---|---|
GuardedByteArray |
LdapConfiguration.getPasswordDecryptionInitializationVector() |
GuardedByteArray |
LdapConfiguration.getPasswordDecryptionKey() |
Modifier and Type | Method and Description |
---|---|
void |
LdapConfiguration.setPasswordDecryptionInitializationVector(GuardedByteArray passwordDecryptionInitializationVector) |
void |
LdapConfiguration.setPasswordDecryptionKey(GuardedByteArray passwordDecryptionKey) |
Copyright © 2018–2025. All rights reserved.