| Added Methods |
IGCMBlockCipher
createGCMBlockCipher()
|
Returns a Block Cipher object that implements the aes-gcm transformation. |
IX500Name
createX500Name(
IASN1Sequence)
|
Create X500 Name wrapper from IASN1Sequence. |
byte[]
generateDecryptedKeyWithAES256NoPad(
byte[],
byte[]
)
|
Generates decrypted key based on AES256 without padding unwrapping algorithm. |
byte[]
generateEncryptedKeyWithAES256NoPad(
byte[],
byte[]
)
|
Generates encrypted key based on AES256 without padding wrapping algorithm. |
byte[]
generateHKDF(
byte[],
byte[]
,
byte[]
)
|
Generates byte array based on extract-and-expand key derivation function, using provided parameters. |
byte[]
generateHMACSHA256Token(
byte[],
byte[]
)
|
Generates byte array based MAC token according to HMACSHA256 algorithm. |