Package | Description |
---|---|
old.org.bouncycastle.asn1.x509 | |
old.org.bouncycastle.cert | |
old.org.bouncycastle.cert.ocsp | |
old.org.bouncycastle.tsp | |
old.org.bouncycastle.x509.extension |
Modifier and Type | Method and Description |
---|---|
X509Extension |
X509Extensions.getExtension(ASN1ObjectIdentifier oid)
return the extension represented by the object identifier
passed in.
|
X509Extension |
X509Extensions.getExtension(DERObjectIdentifier oid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ASN1Object |
X509Extension.convertValueToObject(X509Extension ext)
Convert the value of the passed in extension to an object
|
Modifier and Type | Method and Description |
---|---|
X509Extension |
X509CRLHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
X509Extension |
X509CRLEntryHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
X509Extension |
X509CertificateHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
X509Extension |
X509AttributeCertificateHolder.getExtension(ASN1ObjectIdentifier oid)
Look up the extension associated with the passed in OID.
|
Modifier and Type | Method and Description |
---|---|
X509Extension |
SingleResp.getExtension(ASN1ObjectIdentifier oid) |
X509Extension |
OCSPReq.getExtension(ASN1ObjectIdentifier oid) |
X509Extension |
BasicOCSPResp.getExtension(ASN1ObjectIdentifier oid) |
Modifier and Type | Method and Description |
---|---|
X509Extension |
TimeStampRequest.getExtension(ASN1ObjectIdentifier oid) |
Constructor and Description |
---|
AuthorityKeyIdentifierStructure(X509Extension extension)
Constructor which will take an extension
|
Copyright © 2015. All rights reserved.