Class KEMExtractSpec

  • All Implemented Interfaces:
    java.security.spec.AlgorithmParameterSpec

    public class KEMExtractSpec
    extends KEMKDFSpec
    implements java.security.spec.AlgorithmParameterSpec
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  KEMExtractSpec.Builder
      Builder class for creating a KEMExtractSpec.
    • Constructor Summary

      Constructors 
      Constructor Description
      KEMExtractSpec​(java.security.PrivateKey privateKey, byte[] encapsulation, java.lang.String keyAlgorithmName)  
      KEMExtractSpec​(java.security.PrivateKey privateKey, byte[] encapsulation, java.lang.String keyAlgorithmName, int keySizeInBits)  
    • Constructor Detail

      • KEMExtractSpec

        public KEMExtractSpec​(java.security.PrivateKey privateKey,
                              byte[] encapsulation,
                              java.lang.String keyAlgorithmName)
      • KEMExtractSpec

        public KEMExtractSpec​(java.security.PrivateKey privateKey,
                              byte[] encapsulation,
                              java.lang.String keyAlgorithmName,
                              int keySizeInBits)
    • Method Detail

      • getEncapsulation

        public byte[] getEncapsulation()
      • getPrivateKey

        public java.security.PrivateKey getPrivateKey()