PKCS#11 structure:
typedef struct CK_RSA_PKCS_PSS_PARAMS { CK_MECHANISM_TYPE hashAlg; CK_RSA_PKCS_MGF_TYPE mgf; CK_ULONG sLen; } CK_RSA_PKCS_PSS_PARAMS;
Modifier and Type | Field and Description |
---|---|
private final long | |
private final long | |
private final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public int | |
public String |
hashAlg | back to summary |
---|---|
private final long hashAlg |
mgf | back to summary |
---|---|
private final long mgf |
sLen | back to summary |
---|---|
private final long sLen |
CK_RSA_PKCS_PSS_PARAMS | back to summary |
---|---|
public CK_RSA_PKCS_PSS_PARAMS(String hashAlg, String mgfAlg, String mgfHash, int sLen) |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |