OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attrType
(Results
1 - 7
of
7
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java
16
private ASN1ObjectIdentifier
attrType
;
44
attrType
= (ASN1ObjectIdentifier)seq.getObjectAt(0);
52
DERObjectIdentifier
attrType
,
55
this.
attrType
= new ASN1ObjectIdentifier(
attrType
.getId());
60
ASN1ObjectIdentifier
attrType
,
63
this.
attrType
=
attrType
;
69
return
attrType
;
86
*
attrType
OBJECT IDENTIFIER
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Attribute.java
15
private ASN1ObjectIdentifier
attrType
;
48
attrType
= ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0));
53
ASN1ObjectIdentifier
attrType
,
56
this.
attrType
=
attrType
;
62
return new ASN1ObjectIdentifier(
attrType
.getId());
79
*
attrType
OBJECT IDENTIFIER,
88
v.add(
attrType
);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java
69
int
attrType
;
76
attrType
= (int) newAttrNode.getNodeType();
77
assertEquals("type", 2,
attrType
);
hc_documentcreateattribute.java
68
int
attrType
;
75
attrType
= (int) newAttrNode.getNodeType();
76
assertEquals("type", 2,
attrType
);
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 104 milliseconds