public static class KeyParametersOption.ECParamatersOption extends KeyParametersOption
KeyParametersOption.AllowAllParametersOption, KeyParametersOption.DSAParametersOption, KeyParametersOption.ECParamatersOption, KeyParametersOption.GostParametersOption, KeyParametersOption.RSAParametersOption, KeyParametersOption.RSAPSSParametersOptionALLOW_ALL| Constructor and Description |
|---|
ECParamatersOption() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid) |
boolean |
allowsPointEncoding(byte encoding) |
Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> |
curveOids() |
Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> |
getCurveOids() |
Set<Byte> |
getPointEncodings() |
void |
setCurveOids(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> curveOids) |
void |
setPointEncodings(Set<Byte> pointEncodings) |
public Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> curveOids()
public void setCurveOids(Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> curveOids)
public Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getCurveOids()
public boolean allowsCurve(org.bouncycastle.asn1.ASN1ObjectIdentifier curveOid)
public boolean allowsPointEncoding(byte encoding)
Copyright © 2019. All rights reserved.