Class PublicVerificationKey
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.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.ASN1ChoicePublicVerificationKey ::= CHOICE { ecdsaNistP256 EccP256CurvePoint, ecdsaBrainpoolP256r1 EccP256CurvePoint, ..., ecdsaBrainpoolP384r1 EccP384CurvePoint }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPublicVerificationKey.Builder
-
Field Summary
Fields Modifier and Type Field Description static intecdsaBrainpoolP256r1static intecdsaBrainpoolP384r1static intecdsaNistP256
-
Constructor Summary
Constructors Constructor Description PublicVerificationKey(int choice, org.bouncycastle.asn1.ASN1Encodable curvePoint)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PublicVerificationKey.Builderbuilder()static PublicVerificationKeyecdsaBrainpoolP256r1(EccP256CurvePoint point)static PublicVerificationKeyecdsaBrainpoolP384r1(EccP384CurvePoint point)static PublicVerificationKeyecdsaNistP256(EccP256CurvePoint point)intgetChoice()static PublicVerificationKeygetInstance(java.lang.Object object)org.bouncycastle.asn1.ASN1EncodablegetPublicVerificationKey()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Field Detail
-
ecdsaNistP256
public static final int ecdsaNistP256
- See Also:
- Constant Field Values
-
ecdsaBrainpoolP256r1
public static final int ecdsaBrainpoolP256r1
- See Also:
- Constant Field Values
-
ecdsaBrainpoolP384r1
public static final int ecdsaBrainpoolP384r1
- See Also:
- Constant Field Values
-
-
Method Detail
-
ecdsaNistP256
public static PublicVerificationKey ecdsaNistP256(EccP256CurvePoint point)
-
ecdsaBrainpoolP256r1
public static PublicVerificationKey ecdsaBrainpoolP256r1(EccP256CurvePoint point)
-
ecdsaBrainpoolP384r1
public static PublicVerificationKey ecdsaBrainpoolP384r1(EccP384CurvePoint point)
-
getInstance
public static PublicVerificationKey getInstance(java.lang.Object object)
-
builder
public static PublicVerificationKey.Builder builder()
-
getChoice
public int getChoice()
-
getPublicVerificationKey
public org.bouncycastle.asn1.ASN1Encodable getPublicVerificationKey()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
-