public static class KeyParametersOption.GostParametersOption extends KeyParametersOption
KeyParametersOption.AllowAllParametersOption, KeyParametersOption.DHParametersOption, KeyParametersOption.DSAParametersOption, KeyParametersOption.ECParamatersOption, KeyParametersOption.GostParametersOption, KeyParametersOption.RSAParametersOption, KeyParametersOption.RSAPSSParametersOptionALLOW_ALL| Constructor and Description |
|---|
GostParametersOption() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsDigestParamSet(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) |
boolean |
allowsEncryptionParamSet(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) |
boolean |
allowsPublicKeyParamSet(org.bouncycastle.asn1.ASN1ObjectIdentifier oid) |
void |
setDigestParamSets(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> digestParamSets) |
void |
setEncryptionParamSets(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> encryptionParamSets) |
void |
setPublicKeyParamSets(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> publicKeyParamSets) |
public void setPublicKeyParamSets(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> publicKeyParamSets)
public void setDigestParamSets(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> digestParamSets)
public void setEncryptionParamSets(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> encryptionParamSets)
public boolean allowsPublicKeyParamSet(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
public boolean allowsDigestParamSet(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
public boolean allowsEncryptionParamSet(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Copyright © 2018. All rights reserved.