this.p = p;
this.p = c.decodePoint(s.getOctets());
Produce an object suitable for an ASN1OutputStream. ECPoint ::= OCTET STRING Octet string produced using ECPoint.getEncoded(). return new DEROctetString(p.getEncoded());
ECPoint ::= OCTET STRING
Octet string produced using ECPoint.getEncoded().
return new DEROctetString(p.getEncoded());
return p;