public class IESParameterSpec extends Object implements AlgorithmParameterSpec
Constructor and Description |
---|
IESParameterSpec(byte[] derivation,
byte[] encoding,
int macKeySize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDerivationV()
return the derivation vector.
|
byte[] |
getEncodingV()
return the encoding vector.
|
int |
getMacKeySize()
return the key size in bits for the MAC used with the message
|
Copyright © 2015. All rights reserved.