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

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
TimeTest.java 24 import org.apache.harmony.security.asn1.ASN1Constants;
42 assertEquals("UTCTime", ASN1Constants.TAG_UTCTIME, enc[0]);
46 assertEquals("GeneralizedTime", ASN1Constants.TAG_GENERALIZEDTIME,
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ExplicitTest.java 29 import org.apache.harmony.security.asn1.ASN1Constants;
66 new ASN1Explicit(ASN1Constants.CLASS_UNIVERSAL, 5,
73 new ASN1Explicit(ASN1Constants.CLASS_APPLICATION, 5,
80 new ASN1Explicit(ASN1Constants.CLASS_CONTEXTSPECIFIC,
92 new ASN1Explicit(ASN1Constants.CLASS_PRIVATE, 5,
103 new ASN1Explicit(ASN1Constants.CLASS_UNIVERSAL, 5,
110 new ASN1Explicit(ASN1Constants.CLASS_APPLICATION, 5,
117 new ASN1Explicit(ASN1Constants.CLASS_CONTEXTSPECIFIC,
124 new ASN1Explicit(ASN1Constants.CLASS_CONTEXTSPECIFIC,
131 new ASN1Explicit(ASN1Constants.CLASS_PRIVATE, 5
    [all...]
ImplicitTest.java 31 import org.apache.harmony.security.asn1.ASN1Constants;
63 new ASN1Implicit(ASN1Constants.CLASS_UNIVERSAL, 5,
70 new ASN1Implicit(ASN1Constants.CLASS_APPLICATION, 5,
77 new ASN1Implicit(ASN1Constants.CLASS_CONTEXTSPECIFIC, 5,
88 new ASN1Implicit(ASN1Constants.CLASS_PRIVATE, 5,
99 new ASN1Implicit(ASN1Constants.CLASS_UNIVERSAL, 5,
106 new ASN1Implicit(ASN1Constants.CLASS_APPLICATION, 5,
113 new ASN1Implicit(ASN1Constants.CLASS_CONTEXTSPECIFIC, 5,
120 new ASN1Implicit(ASN1Constants.CLASS_CONTEXTSPECIFIC, 5,
127 new ASN1Implicit(ASN1Constants.CLASS_PRIVATE, 5
    [all...]
BerInputStreamTest.java 31 import org.apache.harmony.security.asn1.ASN1Constants;
115 encoding[0] = ASN1Constants.TAG_OCTETSTRING;
173 byte[] encoding = { ASN1Constants.TAG_OCTETSTRING, 0x0F, 0x01, 0x02,
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java 64 if (tag == ASN1Constants.TAG_C_BITSTRING) {
91 if (tag == ASN1Constants.TAG_C_OCTETSTRING) {
127 if (tag == ASN1Constants.TAG_C_UTCTIME) {
143 if (tag == ASN1Constants.TAG_C_GENERALIZEDTIME) {
BerInputStream.java 212 if (tag == ASN1Constants.TAG_BITSTRING) {
231 } else if (tag == ASN1Constants.TAG_C_BITSTRING) {
242 if (tag != ASN1Constants.TAG_ENUM) {
272 if (tag != ASN1Constants.TAG_BOOLEAN) {
296 if (tag == ASN1Constants.TAG_GENERALIZEDTIME) {
345 } else if (tag == ASN1Constants.TAG_C_GENERALIZEDTIME) {
358 if (tag == ASN1Constants.TAG_UTCTIME) {
404 } else if (tag == ASN1Constants.TAG_C_UTCTIME) {
427 if (tag != ASN1Constants.TAG_INTEGER) {
454 if (tag == ASN1Constants.TAG_OCTETSTRING)
    [all...]
ASN1Constants.java 30 public interface ASN1Constants {
ASN1Type.java 34 public abstract class ASN1Type implements ASN1Constants {
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 31 import org.apache.harmony.security.asn1.ASN1Constants;
330 public static final ASN1Type attributeValue = new ASN1Type(ASN1Constants.TAG_PRINTABLESTRING) {
381 if (av.getTag() == ASN1Constants.TAG_UTF8STRING) {

Completed in 266 milliseconds