Class EciesP256EncryptedKey

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.EciesP256EncryptedKey
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class EciesP256EncryptedKey extends org.bouncycastle.asn1.ASN1Object
EciesP256EncryptedKey ::= SEQUENCE { v EccP256CurvePoint, c OCTET STRING (SIZE (16)), t OCTET STRING (SIZE (16)) }
  • Constructor Details

    • EciesP256EncryptedKey

      public EciesP256EncryptedKey(EccP256CurvePoint v, org.bouncycastle.asn1.ASN1OctetString c, org.bouncycastle.asn1.ASN1OctetString t)
  • Method Details

    • getInstance

      public static EciesP256EncryptedKey getInstance(Object o)
    • getV

      public EccP256CurvePoint getV()
    • getC

      public org.bouncycastle.asn1.ASN1OctetString getC()
    • getT

      public org.bouncycastle.asn1.ASN1OctetString getT()
    • 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
    • builder

      public static EciesP256EncryptedKey.Builder builder()