Searched defs:explicit (Results 1 - 25 of 114) sorted by relevance

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERApplicationSpecific.java21 * Create an application specific object with a tagging of explicit/constructed.
50 private static byte[] getEncoding(boolean explicit, ASN1Encodable object) argument
55 if (explicit)
H A DBERTaggedObject.java26 * @param explicit true if an explicitly tagged object.
31 boolean explicit,
35 super(explicit, tagNo, obj);
52 if (explicit)
77 if (explicit)
104 if (!explicit)
30 BERTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
H A DDERApplicationSpecific.java35 * Create an application specific object with a tagging of explicit/constructed.
64 private static byte[] getEncoding(boolean explicit, ASN1Encodable object) argument
69 if (explicit)
H A DDERTaggedObject.java16 * @param explicit true if an explicitly tagged object.
21 boolean explicit,
25 super(explicit, tagNo, obj);
37 if (explicit)
62 if (explicit)
88 if (explicit)
20 DERTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
H A DDLTaggedObject.java16 * @param explicit true if an explicitly tagged object.
21 boolean explicit,
25 super(explicit, tagNo, obj);
32 if (explicit)
56 if (explicit)
82 if (explicit)
20 DLTaggedObject( boolean explicit, int tagNo, ASN1Encodable obj) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DContentInfo.java68 boolean explicit)
70 return getInstance(ASN1Sequence.getInstance(obj, explicit));
66 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DTime.java43 boolean explicit)
41 getInstance( ASN1TaggedObject obj, boolean explicit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
H A DCertStatus.java80 boolean explicit)
78 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DOCSPRequest.java39 boolean explicit)
41 return getInstance(ASN1Sequence.getInstance(obj, explicit));
37 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DOCSPResponse.java39 boolean explicit)
41 return getInstance(ASN1Sequence.getInstance(obj, explicit));
37 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DRequest.java40 boolean explicit)
42 return getInstance(ASN1Sequence.getInstance(obj, explicit));
38 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DResponderID.java61 boolean explicit)
59 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DResponseBytes.java38 boolean explicit)
40 return getInstance(ASN1Sequence.getInstance(obj, explicit));
36 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DRevokedInfo.java42 boolean explicit)
44 return getInstance(ASN1Sequence.getInstance(obj, explicit));
40 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DSignature.java53 boolean explicit)
55 return getInstance(ASN1Sequence.getInstance(obj, explicit));
51 getInstance( ASN1TaggedObject obj, boolean explicit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPublicKey.java22 boolean explicit)
24 return getInstance(ASN1Sequence.getInstance(obj, explicit));
20 getInstance( ASN1TaggedObject obj, boolean explicit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DDirectoryString.java59 public static DirectoryString getInstance(ASN1TaggedObject o, boolean explicit) argument
61 if (!explicit)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAlgorithmIdentifier.java20 boolean explicit)
22 return getInstance(ASN1Sequence.getInstance(obj, explicit));
18 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DAttCertIssuer.java47 boolean explicit)
45 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DCRLDistPoint.java18 boolean explicit)
20 return getInstance(ASN1Sequence.getInstance(obj, explicit));
16 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DDSAParameter.java21 boolean explicit)
23 return getInstance(ASN1Sequence.getInstance(obj, explicit));
19 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DDigestInfo.java30 boolean explicit)
32 return getInstance(ASN1Sequence.getInstance(obj, explicit));
28 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DIssuerSerial.java40 boolean explicit)
42 return getInstance(ASN1Sequence.getInstance(obj, explicit));
38 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DRSAPublicKeyStructure.java25 boolean explicit)
27 return getInstance(ASN1Sequence.getInstance(obj, explicit));
23 getInstance( ASN1TaggedObject obj, boolean explicit) argument
H A DSubjectKeyIdentifier.java23 boolean explicit)
25 return getInstance(ASN1OctetString.getInstance(obj, explicit));
21 getInstance( ASN1TaggedObject obj, boolean explicit) argument

Completed in 283 milliseconds

12345