-
Constructors in org.bouncycastle.asn1.x509 with parameters of type GeneralNames
| Constructor |
Description |
AttCertIssuer(GeneralNames names) |
Don't use this one if you are trying to be RFC 3281 compliant.
|
AuthorityKeyIdentifier(byte[] keyIdentifier,
GeneralNames name,
BigInteger serialNumber) |
create an AuthorityKeyIdentifier with a precomputed key identifier
and the GeneralNames tag and the serial number provided as well.
|
AuthorityKeyIdentifier(GeneralNames name,
BigInteger serialNumber) |
create an AuthorityKeyIdentifier with the GeneralNames tag and
the serial number provided.
|
AuthorityKeyIdentifier(SubjectPublicKeyInfo spki,
GeneralNames name,
BigInteger serialNumber) |
create an AuthorityKeyIdentifier with the GeneralNames tag and
the serial number provided as well.
|
DistributionPoint(DistributionPointName distributionPoint,
ReasonFlags reasons,
GeneralNames cRLIssuer) |
|
DistributionPointName(GeneralNames name) |
|
Holder(GeneralNames entityName) |
Constructs a holder with an entityName for V2 attribute certificates.
|
Holder(GeneralNames entityName,
int version) |
Constructs a holder with an entityName for V2 attribute certificates or
with a subjectName for V1 attribute certificates.
|
IssuerSerial(GeneralNames issuer,
BigInteger serial) |
|
IssuerSerial(GeneralNames issuer,
ASN1Integer serial) |
|
V2Form(GeneralNames issuerName) |
|
V2Form(GeneralNames issuerName,
IssuerSerial baseCertificateID) |
|
V2Form(GeneralNames issuerName,
IssuerSerial baseCertificateID,
ObjectDigestInfo objectDigestInfo) |
|
V2Form(GeneralNames issuerName,
ObjectDigestInfo objectDigestInfo) |
|
-