Searched defs:getExtnValue (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtension.java251 public ASN1OctetString getExtnValue() method in class:Extension
265 return this.getExtnValue().hashCode() ^ this.getExtnId().hashCode();
268 return ~(this.getExtnValue().hashCode() ^ this.getExtnId().hashCode());
282 && other.getExtnValue().equals(this.getExtnValue())
314 return ASN1Primitive.fromByteArray(ext.getExtnValue().getOctets());

Completed in 66 milliseconds