|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.pqc.hbc.cmss.CMSSPublicKeySpec
This class provides a specification for a CMSS public key.
CMSSPublicKey,
KeySpec| Field Summary | |
(package private) byte[][][] |
masks
|
| Constructor Summary | |
CMSSPublicKeySpec(java.lang.String oid,
byte[] keyBytes,
byte[][][] masks)
Construct a new CMSS2 public key. |
|
| Method Summary | |
byte[][][] |
getMasks()
|
java.lang.String |
getOIDString()
|
byte[] |
getPubKeyBytes()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
byte[][][] masks
| Constructor Detail |
public CMSSPublicKeySpec(java.lang.String oid,
byte[] keyBytes,
byte[][][] masks)
oid - the OID of the algorithmkeyBytes - the key bytes| Method Detail |
public java.lang.String getOIDString()
public byte[] getPubKeyBytes()
public byte[][][] getMasks()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||