Module org.apache.santuario.xmlsec
Class RSAPSSParameterSpec
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.RSAPSSParameterSpec
- All Implemented Interfaces:
AlgorithmParameterSpec,SignatureMethodParameterSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()voidsetDigestName(String digestName) voidsetSaltLength(int saltLength) voidsetTrailerField(int trailerField)
-
Constructor Details
-
RSAPSSParameterSpec
public RSAPSSParameterSpec()
-
-
Method Details
-
getTrailerField
public int getTrailerField() -
setTrailerField
public void setTrailerField(int trailerField) -
getSaltLength
public int getSaltLength() -
setSaltLength
public void setSaltLength(int saltLength) -
getDigestName
-
setDigestName
-
hashCode
public int hashCode() -
equals
-