OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASN1Constants
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerInputStream.java
75
if (tag ==
ASN1Constants
.TAG_C_BITSTRING) {
107
if (tag ==
ASN1Constants
.TAG_C_OCTETSTRING) {
155
if (tag ==
ASN1Constants
.TAG_C_UTCTIME) {
173
if (tag ==
ASN1Constants
.TAG_C_GENERALIZEDTIME) {
BerInputStream.java
250
if (tag ==
ASN1Constants
.TAG_BITSTRING) {
267
} else if (tag ==
ASN1Constants
.TAG_C_BITSTRING) {
281
if (tag !=
ASN1Constants
.TAG_ENUM) {
317
if (tag !=
ASN1Constants
.TAG_BOOLEAN) {
346
if (tag ==
ASN1Constants
.TAG_GENERALIZEDTIME) {
396
} else if (tag ==
ASN1Constants
.TAG_C_GENERALIZEDTIME) {
410
if (tag ==
ASN1Constants
.TAG_UTCTIME) {
457
} else if (tag ==
ASN1Constants
.TAG_C_UTCTIME) {
488
if (tag !=
ASN1Constants
.TAG_INTEGER) {
519
if (tag ==
ASN1Constants
.TAG_OCTETSTRING)
[
all
...]
ASN1Constants.java
30
public interface
ASN1Constants
{
ASN1Type.java
35
public abstract class ASN1Type implements
ASN1Constants
{
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java
40
import org.apache.harmony.security.asn1.
ASN1Constants
;
174
if (second_asn1_tag !=
ASN1Constants
.TAG_C_SEQUENCE) {
202
if (second_asn1_tag ==
ASN1Constants
.TAG_OID) {
316
if (second_asn1_tag !=
ASN1Constants
.TAG_C_SEQUENCE) {
343
if (second_asn1_tag ==
ASN1Constants
.TAG_OID) {
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java
32
import org.apache.harmony.security.asn1.
ASN1Constants
;
390
ASN1Constants
.TAG_PRINTABLESTRING) {
445
if (av.getTag() ==
ASN1Constants
.TAG_UTF8STRING) {
Completed in 538 milliseconds