Class 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 Detail

      • EciesP256EncryptedKey

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

      • 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