public interface CryptSessionConfig
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
Clears (e.g.
|
byte[] |
getDecryptKey() |
EncryptionIdentifier |
getEncryptionIdentifier() |
byte[] |
getEncryptKey() |
byte[] |
getSpecificData() |
static CryptSessionConfig |
symmetric(EncryptionIdentifier encryptionIdentifier,
byte[] sessionKey,
byte[] specificData)
Creates a crypt session config for a type symmetric plugin.
|
EncryptionIdentifier getEncryptionIdentifier()
byte[] getEncryptKey()
byte[] getDecryptKey()
byte[] getSpecificData()
null
)void close()
close
in interface java.lang.AutoCloseable
static CryptSessionConfig symmetric(EncryptionIdentifier encryptionIdentifier, byte[] sessionKey, byte[] specificData)
encryptionIdentifier
- Encryption identifier of type SymmetricsessionKey
- Session key (non-null
)specificData
- Plugin specific data (can be null
)Copyright © 2001-2023 Jaybird (Firebird JDBC) team. All rights reserved.