public class ECDSAPublicKey extends PublicKeyDataObject
| Constructor and Description |
|---|
ECDSAPublicKey(ASN1ObjectIdentifier usage,
java.math.BigInteger p,
java.math.BigInteger a,
java.math.BigInteger b,
byte[] basePoint,
java.math.BigInteger order,
byte[] publicPoint,
int cofactor) |
ECDSAPublicKey(ASN1ObjectIdentifier usage,
byte[] ppY) |
| Modifier and Type | Method and Description |
|---|---|
ASN1EncodableVector |
getASN1EncodableVector(ASN1ObjectIdentifier oid,
boolean publicPointOnly) |
byte[] |
getBasePointG() |
java.math.BigInteger |
getCofactorF() |
java.math.BigInteger |
getFirstCoefA() |
java.math.BigInteger |
getOrderOfBasePointR() |
java.math.BigInteger |
getPrimeModulusP() |
byte[] |
getPublicPointY() |
java.math.BigInteger |
getSecondCoefB() |
ASN1ObjectIdentifier |
getUsage() |
boolean |
hasParameters() |
ASN1Primitive |
toASN1Primitive() |
getInstancepublic ECDSAPublicKey(ASN1ObjectIdentifier usage,
byte[] ppY)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic ECDSAPublicKey(ASN1ObjectIdentifier usage,
java.math.BigInteger p,
java.math.BigInteger a,
java.math.BigInteger b,
byte[] basePoint,
java.math.BigInteger order,
byte[] publicPoint,
int cofactor)
public ASN1ObjectIdentifier getUsage()
getUsage in class PublicKeyDataObjectpublic byte[] getBasePointG()
public java.math.BigInteger getCofactorF()
public java.math.BigInteger getFirstCoefA()
public java.math.BigInteger getOrderOfBasePointR()
public java.math.BigInteger getPrimeModulusP()
public byte[] getPublicPointY()
public java.math.BigInteger getSecondCoefB()
public boolean hasParameters()
public ASN1EncodableVector getASN1EncodableVector(ASN1ObjectIdentifier oid,
boolean publicPointOnly)
public ASN1Primitive toASN1Primitive()