public class CHACHA20_PARAMS extends CkParams
| Constructor and Description |
|---|
CHACHA20_PARAMS(byte[] blockCounter,
byte[] nonce)
Create a new CHACHA20_PARAMS object with the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
getMaxFieldLen() |
CK_CHACHA20_PARAMS |
getParams()
Get this parameters object as an object of the corresponding *_PARAMS
class of the iaik.pkcs.pkcs11.wrapper package.
|
String |
toString(String indent) |
codeToName, ptr2str, requireNonNull, setModule, toString, val2Strpublic CHACHA20_PARAMS(byte[] blockCounter,
byte[] nonce)
blockCounter - the Block counternonce - the noncepublic CK_CHACHA20_PARAMS getParams()
CkParamsprotected int getMaxFieldLen()
getMaxFieldLen in class CkParamsCopyright © 2023. All rights reserved.