Class BCHaetaePublicKey

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

public class BCHaetaePublicKey extends Object implements PublicKey, HaetaeKey
JCA public key wrapper for HAETAE. Round-trips through X.509 SubjectPublicKeyInfo via the lightweight PublicKeyFactory (the BC provider's BCPQC key-info-converter chain reaches this class for every HAETAE OID).
See Also: