Package | Description |
---|---|
org.bouncycastle.jcajce | |
org.bouncycastle.util | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PKIXCertStore<T extends Certificate>
Generic interface for a PKIX based certificate store.
|
interface |
PKIXCRLStore<T extends CRL>
Generic interface for a PKIX based CRL store.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionStore<T>
A simple collection backed store.
|
Modifier and Type | Class and Description |
---|---|
class |
X509Store
Deprecated.
use CollectionStore - this class will be removed.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedPKIXParameters.addAddionalStore(Store store)
Deprecated.
|
void |
ExtendedPKIXParameters.addAdditionalStore(Store store)
Deprecated.
use addStore().
|
void |
ExtendedPKIXParameters.addStore(Store store)
Deprecated.
Adds a Bouncy Castle
Store to find CRLs, certificates, attribute
certificates or cross certificates. |
Copyright © 2021 BouncyCastle.org. All rights reserved.