Home
last modified time | relevance | path

Searched refs:getExtnValue (Results 1 – 9 of 9) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DExtension.java256 public ASN1OctetString getExtnValue() in getExtnValue() method in Extension
270 return this.getExtnValue().hashCode() ^ this.getExtnId().hashCode(); in hashCode()
273 return ~(this.getExtnValue().hashCode() ^ this.getExtnId().hashCode()); in hashCode()
287 && other.getExtnValue().equals(this.getExtnValue()) in equals()
319 return ASN1Primitive.fromByteArray(ext.getExtnValue().getOctets()); in convertValueToObject()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CRLEntryObject.java188 return ext.getExtnValue().getEncoded(); in getExtensionValue()
281 if (ext.getExtnValue() != null) in toString()
283 byte[] octs = ext.getExtnValue().getOctets(); in toString()
DX509CertificateObject.java431 return ext.getExtnValue().getOctets(); in getExtensionBytes()
450 return ext.getExtnValue().getEncoded(); in getExtensionValue()
689 if (ext.getExtnValue() != null) in toString()
691 byte[] octs = ext.getExtnValue().getOctets(); in toString()
DX509CRLObject.java184 return ext.getExtnValue().getEncoded(); in getExtensionValue()
480 if (ext.getExtnValue() != null) in toString()
482 byte[] octs = ext.getExtnValue().getOctets(); in toString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DX509CRLEntryObject.java189 return ext.getExtnValue().getEncoded(); in getExtensionValue()
282 if (ext.getExtnValue() != null) in toString()
284 byte[] octs = ext.getExtnValue().getOctets(); in toString()
DX509CRLObject.java181 return ext.getExtnValue().getEncoded(); in getExtensionValue()
477 if (ext.getExtnValue() != null) in toString()
479 byte[] octs = ext.getExtnValue().getOctets(); in toString()
DX509CertificateObject.java458 return ext.getExtnValue().getOctets(); in getExtensionBytes()
477 return ext.getExtnValue().getEncoded(); in getExtensionValue()
714 if (ext.getExtnValue() != null) in toString()
716 byte[] octs = ext.getExtnValue().getOctets(); in toString()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DX509v3CertificateBuilder.java186 extGenerator.addExtension(oid, isCritical, extension.getExtnValue().getOctets()); in copyAndAddExtension()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509V2AttributeCertificate.java220 return ext.getExtnValue().getEncoded(ASN1Encoding.DER); in getExtensionValue()