protected class BasicSecurityConfiguration.KeyTransportEncryptionIndex extends Object
Modifier and Type | Field and Description |
---|---|
private String |
keyAlgorithm
The JCA key algorithm name.
|
private Integer |
keyLength
The key length.
|
private String |
wrappedAlgorithm
The JCA key algorithm name of the key to be encrypted.
|
Modifier | Constructor and Description |
---|---|
protected |
KeyTransportEncryptionIndex(String jcaAlgorithmName,
Integer length,
String wrappedKeyAlgorithm)
Constructor.
|
private String keyAlgorithm
private Integer keyLength
private String wrappedAlgorithm
protected KeyTransportEncryptionIndex(String jcaAlgorithmName, Integer length, String wrappedKeyAlgorithm)
jcaAlgorithmName
- the JCA algorithm namelength
- the key length (optional, may be null)wrappedKeyAlgorithm
- the JCA algorithm name of the key to be encrypted (optional, may be null)Copyright © 1999–2017. All rights reserved.