public class IvUnwrapKeySpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
IvParameterSpec,
KeyAttributesMap| Constructor and Description |
|---|
IvUnwrapKeySpec(javax.crypto.spec.IvParameterSpec ivParameterSpec,
KeyAttributesMap keySpec)
Specifies the IV parameter spec used with additional parameters for defining key attributes
during unwrap operations.
|
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.spec.IvParameterSpec |
getIvParameterSpec()
Accessor of the IV parameter spec.
|
KeyAttributesMap |
getKeySpec()
Accessor of key attributes for unwrapped keys.
|
public IvUnwrapKeySpec(javax.crypto.spec.IvParameterSpec ivParameterSpec,
KeyAttributesMap keySpec)
ivParameterSpec - IV parameter speckeySpec - Key attributes for unwrapped keysIvParameterSpec,
KeyAttributesMappublic javax.crypto.spec.IvParameterSpec getIvParameterSpec()
IvParameterSpecpublic KeyAttributesMap getKeySpec()
KeyAttributesMap