public class IESKEMParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Constructor and Description |
---|
IESKEMParameterSpec(byte[] recipientInfo)
Set the IESKEM parameters.
|
IESKEMParameterSpec(byte[] recipientInfo,
boolean usePointCompression)
Set the IESKEM parameters - specifying point compression.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getRecipientInfo() |
boolean |
hasUsePointCompression() |
public IESKEMParameterSpec(byte[] recipientInfo)
recipientInfo
- recipient data.public IESKEMParameterSpec(byte[] recipientInfo, boolean usePointCompression)
recipientInfo
- recipient data.usePointCompression
- use point compression on output (ignored on input).