Class IESKEMParameterSpec

java.lang.Object
org.bouncycastle.jcajce.spec.IESKEMParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class IESKEMParameterSpec extends Object implements AlgorithmParameterSpec
Parameter spec for an integrated encryptor KEM, as in IEEE_Std_1609_2
  • Constructor Details

    • IESKEMParameterSpec

      public IESKEMParameterSpec(byte[] recipientInfo)
      Set the IESKEM parameters.
      Parameters:
      recipientInfo - recipient data.
    • IESKEMParameterSpec

      public IESKEMParameterSpec(byte[] recipientInfo, boolean usePointCompression)
      Set the IESKEM parameters - specifying point compression.
      Parameters:
      recipientInfo - recipient data.
      usePointCompression - use point compression on output (ignored on input).
  • Method Details

    • getRecipientInfo

      public byte[] getRecipientInfo()
    • hasUsePointCompression

      public boolean hasUsePointCompression()