HomeSort by relevance Sort by last modified time
    Searched refs:TAG_OCTETSTRING (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Constants.java 51 int TAG_OCTETSTRING = 4;
82 int TAG_C_OCTETSTRING = TAG_OCTETSTRING | PC_CONSTRUCTED;
ASN1OctetString.java 48 super(TAG_OCTETSTRING);
BerInputStream.java 454 if (tag == ASN1Constants.TAG_OCTETSTRING) {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BerInputStreamTest.java 115 encoding[0] = ASN1Constants.TAG_OCTETSTRING;
173 byte[] encoding = { ASN1Constants.TAG_OCTETSTRING, 0x0F, 0x01, 0x02,

Completed in 251 milliseconds