public class EncInfo extends Object
EncInfo
is a class for keeping encryption information
such as the key-wrapping key, the data encryption algorithm, and
data encryption key strength.Constructor and Description |
---|
EncInfo(Key wrappingKey,
String dataEncAlgorithm,
int dataEncStrength)
Constructor for
EncInfo . |
Modifier and Type | Method and Description |
---|---|
String |
getDataEncAlgorithm()
Returns the algorithm for data encryption.
|
int |
getDataEncStrength()
Returns the key strength for data encryption.
|
Key |
getWrappingKey()
Returns the key for encrypting the secret key.
|
public Key getWrappingKey()
Key
for encrypting/wrapping the secretKeypublic String getDataEncAlgorithm()
String
for data encryption algorithmpublic int getDataEncStrength()
int
for data encryption strengthCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.