ibm.security.internal.spec
Class RawKeySpec
- java.lang.Object
-
- ibm.security.internal.spec.RawKeySpec
-
- All Implemented Interfaces:
- java.security.spec.KeySpec
public class RawKeySpec extends java.lang.Object implements java.security.spec.KeySpecThis is here for easier compatability with IBMJDK 21 and above. This is a KeySpec that is used to specify a key by its byte array implementation. Since the new PQC algs the bytes are defined as byte arrays.
-
-
Constructor Summary
Constructors Constructor and Description RawKeySpec(byte[] key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected voidfinalize()byte[]getKeyArr()
-