Class PublicVerificationKey

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Choice, org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class PublicVerificationKey
    extends org.bouncycastle.asn1.ASN1Object
    implements org.bouncycastle.asn1.ASN1Choice
    PublicVerificationKey ::= CHOICE { ecdsaNistP256 EccP256CurvePoint, ecdsaBrainpoolP256r1 EccP256CurvePoint, ..., ecdsaBrainpoolP384r1 EccP384CurvePoint }
    • Constructor Detail

      • PublicVerificationKey

        public PublicVerificationKey​(int choice,
                                     org.bouncycastle.asn1.ASN1Encodable curvePoint)
    • Method Detail

      • getChoice

        public int getChoice()
      • getCurvePoint

        public org.bouncycastle.asn1.ASN1Encodable getCurvePoint()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object