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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtension.java213 public ASN1OctetString getExtnValue() method in class:Extension
227 return this.getExtnValue().hashCode();
230 return ~this.getExtnValue().hashCode();
243 return other.getExtnValue().equals(this.getExtnValue())
259 return ASN1Primitive.fromByteArray(ext.getExtnValue().getOctets());

Completed in 85 milliseconds