Searched refs:getExtnValue (Results 1 – 9 of 9) sorted by relevance
256 public ASN1OctetString getExtnValue() in getExtnValue() method in Extension270 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()
188 return ext.getExtnValue().getEncoded(); in getExtensionValue()281 if (ext.getExtnValue() != null) in toString()283 byte[] octs = ext.getExtnValue().getOctets(); in toString()
431 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()
184 return ext.getExtnValue().getEncoded(); in getExtensionValue()480 if (ext.getExtnValue() != null) in toString()482 byte[] octs = ext.getExtnValue().getOctets(); in toString()
189 return ext.getExtnValue().getEncoded(); in getExtensionValue()282 if (ext.getExtnValue() != null) in toString()284 byte[] octs = ext.getExtnValue().getOctets(); in toString()
181 return ext.getExtnValue().getEncoded(); in getExtensionValue()477 if (ext.getExtnValue() != null) in toString()479 byte[] octs = ext.getExtnValue().getOctets(); in toString()
458 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()
186 extGenerator.addExtension(oid, isCritical, extension.getExtnValue().getOctets()); in copyAndAddExtension()
220 return ext.getExtnValue().getEncoded(ASN1Encoding.DER); in getExtensionValue()