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 |
BasicSecurityConfiguration.KeyTransportEncryptionIndex(String jcaAlgorithmName,
Integer length,
String wrappedKeyAlgorithm)
Constructor.
|
private String keyAlgorithm
private Integer keyLength
private String wrappedAlgorithm
protected BasicSecurityConfiguration.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-2015. All Rights Reserved.