ibm.security.internal.interfaces
Interface PQCKEMSecret
-
- All Superinterfaces:
- java.security.Key, java.io.Serializable
public interface PQCKEMSecret extends java.security.KeyAn interface to PQC Secret- Since:
- 1.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description byte[]getEncapsulation()Returns the key encapsulation message,encapsulationbyte[]getSecret()Returns the secretbyte[].
-