public static class KeyParametersOption.RSAPSSParametersOption extends KeyParametersOption.RSAParametersOption
KeyParametersOption.AllowAllParametersOption, KeyParametersOption.DSAParametersOption, KeyParametersOption.ECParamatersOption, KeyParametersOption.GostParametersOption, KeyParametersOption.RSAParametersOption, KeyParametersOption.RSAPSSParametersOptionALLOW_ALL| Constructor and Description |
|---|
RSAPSSParametersOption() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsHashAlg(org.bouncycastle.asn1.ASN1ObjectIdentifier hashAlg) |
boolean |
allowsMaskGenAlg(org.bouncycastle.asn1.ASN1ObjectIdentifier maskGenAlg) |
boolean |
allowsSaltLength(int saltLength) |
boolean |
allowsTrailerField(int trailerField) |
void |
setHashAlgs(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> hashAlgs) |
void |
setMaskGenAlgs(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> maskGenAlgs) |
void |
setSaltLengths(Set<Integer> saltLengths) |
void |
setTrailerFields(Set<Integer> trailerFields) |
allowsModulusLength, setModulusLengthspublic void setHashAlgs(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> hashAlgs)
public void setMaskGenAlgs(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> maskGenAlgs)
public boolean allowsHashAlg(org.bouncycastle.asn1.ASN1ObjectIdentifier hashAlg)
public boolean allowsMaskGenAlg(org.bouncycastle.asn1.ASN1ObjectIdentifier maskGenAlg)
public boolean allowsSaltLength(int saltLength)
public boolean allowsTrailerField(int trailerField)
Copyright © 2019. All rights reserved.