Package | Description |
---|---|
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.x509 |
Modifier and Type | Method and Description |
---|---|
GeneralNames |
DVCSRequestInformation.getDataLocations() |
GeneralNames |
DVCSRequestInformation.getDVCS() |
GeneralNames |
DVCSRequestInformation.getRequester() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSRequestInformationBuilder.setDataLocations(GeneralNames dataLocations) |
void |
DVCSRequestInformationBuilder.setDVCS(GeneralNames dvcs) |
void |
DVCSRequestInformationBuilder.setRequester(GeneralNames requester) |
Modifier and Type | Method and Description |
---|---|
GeneralNames |
GeneralNamesBuilder.build() |
static GeneralNames |
GeneralNames.fromExtensions(Extensions extensions,
ASN1ObjectIdentifier extOID) |
GeneralNames |
AuthorityKeyIdentifier.getAuthorityCertIssuer() |
GeneralNames |
DistributionPoint.getCRLIssuer() |
GeneralNames |
Holder.getEntityName()
Returns the entityName for an V2 attribute certificate or the subjectName
for an V1 attribute certificate.
|
static GeneralNames |
GeneralNames.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static GeneralNames |
GeneralNames.getInstance(Object obj) |
GeneralNames |
IssuerSerial.getIssuer() |
GeneralNames |
V2Form.getIssuerName() |
GeneralNames |
IetfAttrSyntax.getPolicyAuthority() |
GeneralNames |
RoleSyntax.getRoleAuthority()
Gets the role authority of this RoleSyntax.
|
Modifier and Type | Method and Description |
---|---|
GeneralNamesBuilder |
GeneralNamesBuilder.addNames(GeneralNames names) |
Constructor and 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)
Deprecated.
create the extension using org.bouncycastle.cert.X509ExtensionUtils
|
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,
ASN1Integer serial) |
IssuerSerial(GeneralNames issuer,
BigInteger serial) |
RoleSyntax(GeneralNames roleAuthority,
GeneralName roleName)
Constructor.
|
V2Form(GeneralNames issuerName) |
V2Form(GeneralNames issuerName,
IssuerSerial baseCertificateID) |
V2Form(GeneralNames issuerName,
IssuerSerial baseCertificateID,
ObjectDigestInfo objectDigestInfo) |
V2Form(GeneralNames issuerName,
ObjectDigestInfo objectDigestInfo) |
Copyright © 2018 BouncyCastle.org. All rights reserved.