Class BCHaetaePrivateKey

java.lang.Object
org.bouncycastle.pqc.jcajce.provider.haetae.BCHaetaePrivateKey
All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PrivateKey, Destroyable, HaetaeKey

public class BCHaetaePrivateKey extends Object implements PrivateKey, HaetaeKey
JCA private key wrapper for HAETAE. Round-trips through PKCS#8 PrivateKeyInfo via the lightweight PrivateKeyFactory. Equality uses Arrays.constantTimeAreEqual(byte[], byte[]) on the encoded private key bytes to avoid leaking secret material through timing-distinguishable comparisons.
See Also: