public class Salsa20Chacha20Poly1305Parameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
pAAD |
protected byte[] |
pNonce |
Constructor and Description |
---|
Salsa20Chacha20Poly1305Parameters(byte[] pNonce,
byte[] pAAD)
Create a new Salsa20Chacha20Poly1305Parameters object with the given attributes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Create a (deep) clone of this object.
|
boolean |
equals(java.lang.Object otherObject)
Compares all member variables of this object with the other object.
|
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as an object of the CK_SALSA20_CHACHA20_POLY1305_PARAMS class.
|
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a
hashtable.
|
void |
setValuesFromPKCS11Object(java.lang.Object obj)
Read the parameters from the PKCS11Object and overwrite the values into this object.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
public Salsa20Chacha20Poly1305Parameters(byte[] pNonce, byte[] pAAD)
pNonce
- nonce (This should be never re-used with the same key.) pAAD
- additional authentication data. This data is authenticated but not encrypted.public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Object getPKCS11ParamsObject()
public void setValuesFromPKCS11Object(java.lang.Object obj)
obj
- Object to read the parameters frompublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class java.lang.Object
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9