public class RSAPSSParams extends java.lang.Object implements AlgorithmParams
| Modifier and Type | Field and Description |
|---|---|
protected int |
TRAILER_DEFAULT |
| Constructor and Description |
|---|
RSAPSSParams() |
RSAPSSParams(DigestAlg aDigestAlg) |
RSAPSSParams(DigestAlg aDigestAlg,
MGF aMGF,
int aSaltLength,
int aTrailerField) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject) |
DigestAlg |
getDigestAlg() |
byte[] |
getEncoded() |
MGF |
getMGF() |
int |
getSaltLength() |
int |
getTrailerField() |
void |
init(DigestAlg aDigestAlg,
MGF aMGF,
int aSaltLength,
int aTrailerField) |
void |
setDigestAlg(DigestAlg aDigestAlg) |
void |
setMGF(MGF aMGF) |
void |
setSaltLength(int aSaltLength) |
void |
setTrailerField(int aTrailerField) |
java.security.spec.PSSParameterSpec |
toPSSParameterSpec() |
protected final int TRAILER_DEFAULT
public RSAPSSParams()
public RSAPSSParams(DigestAlg aDigestAlg)
public DigestAlg getDigestAlg()
public void setDigestAlg(DigestAlg aDigestAlg)
public MGF getMGF()
public void setMGF(MGF aMGF)
public int getSaltLength()
public void setSaltLength(int aSaltLength)
public int getTrailerField()
public void setTrailerField(int aTrailerField)
public java.security.spec.PSSParameterSpec toPSSParameterSpec()
public byte[] getEncoded()
throws CryptoException
getEncoded in interface AlgorithmParamsCryptoExceptionpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.ObjectCopyright © 2025. All rights reserved.