OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tagged
(Results
1 - 25
of
213
) sorted by null
1
2
3
4
5
6
7
8
9
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java
16
* @param obj the
tagged
object.
26
* @param explicit true if an explicitly
tagged
object.
28
* @param obj the
tagged
object.
39
* create an implicitly
tagged
object that contains a zero
64
out.writeEncoded(CONSTRUCTED |
TAGGED
| tagNo, bytes);
73
bytes[0] = (byte)(CONSTRUCTED |
TAGGED
| tagNo);
77
bytes[0] = (byte)(
TAGGED
| tagNo);
85
out.writeEncoded(CONSTRUCTED |
TAGGED
| tagNo, new byte[0]);
ASN1TaggedObject.java
27
throw new IllegalArgumentException("implicitly
tagged
tagged
object");
42
* Create a
tagged
object in the explicit style.
45
* @param obj the
tagged
object.
57
* Create a
tagged
object with the style given by the value of explicit.
62
* @param explicit true if the object is explicitly
tagged
.
64
* @param obj the
tagged
object.
135
* return whether or not the object may be explicitly
tagged
.
139
* affairs is if it returns false. An implicitly
tagged
object may appear
140
* to be explicitly
tagged
, so you need to understand the context unde
[
all
...]
DERUTF8String.java
44
* return an UTF8 String from a
tagged
object.
47
* the
tagged
object holding the object we want
49
* true if the object is meant to be explicitly
tagged
false
52
* if the
tagged
object cannot be converted.
BERTaggedObject.java
16
* @param obj the
tagged
object.
26
* @param explicit true if an explicitly
tagged
object.
28
* @param obj the
tagged
object.
39
* create an implicitly
tagged
object that contains a zero
54
out.write(CONSTRUCTED |
TAGGED
| tagNo);
ASN1Sequence.java
40
* Return an ASN1 sequence from a
tagged
object. There is a special
41
* case here, if an object appears to have been explicitly
tagged
on
42
* reading but we were expecting it to be implictly
tagged
in the
44
* sequence - so we need to add it back (this will happen if the
tagged
46
* dealing with implicitly
tagged
sequences you really <b>should</b>
49
* @param obj the
tagged
object.
50
* @param explicit true if the object is meant to be explicitly
tagged
,
52
* @exception IllegalArgumentException if the
tagged
object cannot
71
// constructed object which appears to be explicitly
tagged
DERBMPString.java
42
* return a BMP String from a
tagged
object.
44
* @param obj the
tagged
object holding the object we want
46
*
tagged
false otherwise.
47
* @exception IllegalArgumentException if the
tagged
object cannot
DEREnumerated.java
38
* return an Enumerated from a
tagged
object.
40
* @param obj the
tagged
object holding the object we want
42
*
tagged
false otherwise.
43
* @exception IllegalArgumentException if the
tagged
object cannot
DERIA5String.java
41
* return an IA5 String from a
tagged
object.
43
* @param obj the
tagged
object holding the object we want
45
*
tagged
false otherwise.
46
* @exception IllegalArgumentException if the
tagged
object cannot
DERInteger.java
38
* return an Integer from a
tagged
object.
40
* @param obj the
tagged
object holding the object we want
42
*
tagged
false otherwise.
43
* @exception IllegalArgumentException if the
tagged
object cannot
DERNumericString.java
41
* return an Numeric String from a
tagged
object.
43
* @param obj the
tagged
object holding the object we want
45
*
tagged
false otherwise.
46
* @exception IllegalArgumentException if the
tagged
object cannot
DERT61String.java
41
* return an T61 String from a
tagged
object.
43
* @param obj the
tagged
object holding the object we want
45
*
tagged
false otherwise.
46
* @exception IllegalArgumentException if the
tagged
object cannot
DERUniversalString.java
38
* return a Universal String from a
tagged
object.
40
* @param obj the
tagged
object holding the object we want
42
*
tagged
false otherwise.
43
* @exception IllegalArgumentException if the
tagged
object cannot
DERVisibleString.java
41
* return a Visible String from a
tagged
object.
43
* @param obj the
tagged
object holding the object we want
45
*
tagged
false otherwise.
46
* @exception IllegalArgumentException if the
tagged
object cannot
ASN1OctetString.java
15
* return an Octet String from a
tagged
object.
17
* @param obj the
tagged
object holding the object we want.
19
*
tagged
false otherwise.
20
* @exception IllegalArgumentException if the
tagged
object cannot
ASN1Set.java
41
* Return an ASN1 set from a
tagged
object. There is a special
42
* case here, if an object appears to have been explicitly
tagged
on
43
* reading but we were expecting it to be implictly
tagged
in the
45
* set - so we need to add it back (this will happen if the
tagged
47
* dealing with implicitly
tagged
sets you really <b>should</b>
50
* @param obj the
tagged
object.
51
* @param explicit true if the object is meant to be explicitly
tagged
53
* @exception IllegalArgumentException if the
tagged
object cannot
72
// constructed object which appears to be explicitly
tagged
DERBoolean.java
64
* return a Boolean from a
tagged
object.
66
* @param obj the
tagged
object holding the object we want
68
*
tagged
false otherwise.
69
* @exception IllegalArgumentException if the
tagged
object cannot
DERPrintableString.java
43
* return a Printable String from a
tagged
object.
45
* @param obj the
tagged
object holding the object we want
47
*
tagged
false otherwise.
48
* @exception IllegalArgumentException if the
tagged
object cannot
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Explicit.java
31
* This class represents explicitly
tagged
ASN.1 type.
39
*
Tagged
type
44
* Constructs explicitly
tagged
ASN.1 type
48
* @param type - ASN.1 type to be
tagged
56
* Constructs explicitly
tagged
ASN.1 type.
60
* @param type - ASN.1 type to be
tagged
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
OriginatorIdentifierOrKey.java
40
* return an OriginatorIdentifierOrKey object from a
tagged
object.
42
* @param o the
tagged
object holding the object we want.
44
*
tagged
false otherwise.
46
*
tagged
object cannot be converted.
OriginatorPublicKey.java
35
* return an OriginatorPublicKey object from a
tagged
object.
37
* @param obj the
tagged
object holding the object we want.
39
*
tagged
false otherwise.
41
*
tagged
object cannot be converted.
OtherRecipientInfo.java
34
* return a OtherRecipientInfo object from a
tagged
object.
36
* @param obj the
tagged
object holding the object we want.
38
*
tagged
false otherwise.
40
*
tagged
object cannot be converted.
SignedData.java
113
ASN1TaggedObject
tagged
= (ASN1TaggedObject)o;
local
115
switch (
tagged
.getTagNo())
118
certBer =
tagged
instanceof BERTaggedObject;
119
certificates = ASN1Set.getInstance(
tagged
, false);
122
crlsBer =
tagged
instanceof BERTaggedObject;
123
crls = ASN1Set.getInstance(
tagged
, false);
126
throw new IllegalArgumentException("unknown tag value " +
tagged
.getTagNo());
CompressedData.java
48
* return a CompressedData object from a
tagged
object.
50
* @param _ato the
tagged
object holding the object we want.
52
*
tagged
false otherwise.
54
*
tagged
object cannot be converted.
KEKIdentifier.java
59
* return a KEKIdentifier object from a
tagged
object.
61
* @param obj the
tagged
object holding the object we want.
63
*
tagged
false otherwise.
65
*
tagged
object cannot be converted.
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
SignedData.java
78
DERTaggedObject
tagged
= (DERTaggedObject)o;
local
80
switch (
tagged
.getTagNo())
83
certificates = ASN1Set.getInstance(
tagged
, false);
86
crls = ASN1Set.getInstance(
tagged
, false);
89
throw new IllegalArgumentException("unknown tag value " +
tagged
.getTagNo());
Completed in 98 milliseconds
1
2
3
4
5
6
7
8
9