ibm.security.internal.interfaces

Interface PQCKEMSecret

  • All Superinterfaces:
    java.security.Key, java.io.Serializable


    public interface PQCKEMSecret
    extends java.security.Key
    An interface to PQC Secret
    Since:
    1.8
    • Field Summary

      • Fields inherited from interface java.security.Key

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      byte[] getEncapsulation()
      Returns the key encapsulation message, encapsulation
      byte[] getSecret()
      Returns the secret byte[].
      • Methods inherited from interface java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getEncapsulation

        byte[] getEncapsulation()
        Returns the key encapsulation message, encapsulation
        Returns:
        the key encapsulation message, encapsulation
      • getSecret

        byte[] getSecret()
        Returns the secret byte[].
        Returns:
        the secret, byte[]

© Portions Copyright 2003, 2023 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2023 Oracle and/or its affiliates. All rights reserved.