Package | Description |
---|---|
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedPKIXBuilderParameters
Deprecated.
use PKIXExtendedBuilderParameters
|
Modifier and Type | Method and Description |
---|---|
static ExtendedPKIXParameters |
ExtendedPKIXBuilderParameters.getInstance(PKIXParameters pkixParams)
Deprecated.
Returns an instance of
ExtendedPKIXParameters which can be
safely casted to ExtendedPKIXBuilderParameters . |
static ExtendedPKIXParameters |
ExtendedPKIXParameters.getInstance(PKIXParameters pkixParams)
Deprecated.
Returns an instance with the parameters of a given
PKIXParameters object. |
Copyright © 2021 BouncyCastle.org. All rights reserved.