|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaik.pkcs.pkcs11.parameters.KeyWrapSetOaepParameters
This class encapsulates parameters for the Mechanism.KEY_WRAP_SET_OAEP.
Field Summary | |
protected byte |
blockContents_
The block contents byte. |
protected byte[] |
x_
The concatenation of hash of plaintext data (if present) and extra data (if present). |
Constructor Summary | |
KeyWrapSetOaepParameters(byte blockContents,
byte[] x)
Create a new KEADeriveParameters object with the given attributes. |
Method Summary | |
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. |
byte |
getBlockContents()
Get the block contents byte. |
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as an object of the CK_KEY_WRAP_SET_OAEP_PARAMS class. |
byte[] |
getX()
Get the concatenation of hash of plaintext data (if present) and extra data (if present). |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setBlockContents(byte blockContents)
Set the block contents byte. |
void |
setX(byte[] x)
Set the concatenation of hash of plaintext data (if present) and extra data (if present). |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected byte blockContents_
protected byte[] x_
Constructor Detail |
public KeyWrapSetOaepParameters(byte blockContents, byte[] x)
blockContents
- The block contents byte.x
- The concatenation of hash of plaintext data (if present) and extra
data (if present).Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
public byte getBlockContents()
public byte[] getX()
public void setBlockContents(byte blockContents)
blockContents
- The block contents byte.public void setX(byte[] x)
x
- The concatenation of hash of plaintext data (if present) and extra
data (if present).public 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 PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |