OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TBSCertList
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java
15
* PKIX RFC-2459 -
TBSCertList
object.
17
*
TBSCertList
::= SEQUENCE {
35
public class
TBSCertList
132
public static
TBSCertList
getInstance(
139
public static
TBSCertList
getInstance(
142
if (obj instanceof
TBSCertList
)
144
return (
TBSCertList
)obj;
148
return new
TBSCertList
((ASN1Sequence)obj);
154
public
TBSCertList
(
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java
42
* with
TBSCertList
structure which is the part of X.509 CRL
49
*
TBSCertList
::= SEQUENCE {
67
public final class
TBSCertList
{
82
/** the ASN.1 encoded form of
TBSCertList
*/
194
private
TBSCertList
(int version, AlgorithmIdentifier signature,
258
* Returns ASN.1 encoded form of this X.509
TBSCertList
value.
268
if (!(other instanceof
TBSCertList
)) {
271
TBSCertList
that = (
TBSCertList
) other;
321
* X.509
TBSCertList
encoder/decoder
[
all
...]
Completed in 2945 milliseconds