Package | Description |
---|---|
org.bouncycastle.jce.provider | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
org.bouncycastle.x509.util |
Modifier and Type | Method and Description |
---|---|
Object |
X509CertParser.engineRead()
Deprecated.
|
Object |
X509CertPairParser.engineRead() |
Object |
X509CRLParser.engineRead() |
Object |
X509AttrCertParser.engineRead() |
Collection |
X509CertParser.engineReadAll()
Deprecated.
|
Collection |
X509CertPairParser.engineReadAll() |
Collection |
X509CRLParser.engineReadAll() |
Collection |
X509AttrCertParser.engineReadAll() |
Modifier and Type | Method and Description |
---|---|
abstract Object |
X509StreamParserSpi.engineRead()
Returns the next X.509 object of the type of this SPI from the given
input stream.
|
abstract Collection |
X509StreamParserSpi.engineReadAll()
Returns all X.509 objects of the type of this SPI from
the given input stream.
|
Object |
X509StreamParser.read() |
Collection |
X509StreamParser.readAll() |
Modifier and Type | Method and Description |
---|---|
Object |
StreamParser.read() |
Collection |
StreamParser.readAll() |
Copyright © 2017 BouncyCastle.org. All rights reserved.