Package | Description |
---|---|
org.bouncycastle.asn1.cmc | |
org.bouncycastle.asn1.cmp | |
org.bouncycastle.asn1.crmf | |
org.bouncycastle.asn1.dvcs | |
org.bouncycastle.asn1.isismtt.x509 | |
org.bouncycastle.asn1.ocsp | |
org.bouncycastle.asn1.tsp | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.asn1.x509.qualified | |
org.bouncycastle.jcajce | |
org.bouncycastle.jce.provider | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
GetCRL.getcRLName() |
GeneralName |
GetCert.getIssuerName() |
Constructor and Description |
---|
GetCert(GeneralName issuerName,
BigInteger serialNumber) |
GetCRL(X500Name issuerName,
GeneralName cRLName,
ASN1GeneralizedTime time,
ReasonFlags reasons) |
Modifier and Type | Field and Description |
---|---|
static GeneralName |
PKIHeader.NULL_NAME
Value for a "null" recipient or sender.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
PKIHeader.getRecipient() |
GeneralName |
PKIHeader.getSender() |
Constructor and Description |
---|
PKIHeader(int pvno,
GeneralName sender,
GeneralName recipient) |
PKIHeaderBuilder(int pvno,
GeneralName sender,
GeneralName recipient) |
Modifier and Type | Method and Description |
---|---|
GeneralName |
CertId.getIssuer() |
GeneralName |
SinglePubInfo.getPubLocation() |
GeneralName |
POPOSigningKeyInput.getSender()
Returns the sender field, or null if authInfo is publicKeyMAC
|
Constructor and Description |
---|
CertId(GeneralName issuer,
ASN1Integer serialNumber) |
CertId(GeneralName issuer,
BigInteger serialNumber) |
EncKeyWithID(PrivateKeyInfo privKeyInfo,
GeneralName generalName) |
POPOSigningKeyInput(GeneralName sender,
SubjectPublicKeyInfo spki)
Creates a new POPOSigningKeyInput with sender name as authInfo.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
DVCSErrorNotice.getTransactionIdentifier() |
GeneralName |
DVCSRequest.getTransactionIdentifier() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSRequestInformationBuilder.setDataLocations(GeneralName dataLocation) |
void |
DVCSRequestInformationBuilder.setDVCS(GeneralName dvcs) |
void |
DVCSRequestInformationBuilder.setRequester(GeneralName requester) |
Constructor and Description |
---|
DVCSErrorNotice(PKIStatusInfo status,
GeneralName transactionIdentifier) |
DVCSRequest(DVCSRequestInformation requestInformation,
Data data,
GeneralName transactionIdentifier) |
Modifier and Type | Method and Description |
---|---|
GeneralName |
Admissions.getAdmissionAuthority() |
GeneralName |
AdmissionSyntax.getAdmissionAuthority() |
GeneralName |
ProcurationSyntax.getThirdPerson() |
Constructor and Description |
---|
Admissions(GeneralName admissionAuthority,
NamingAuthority namingAuthority,
ProfessionInfo[] professionInfos)
Constructor from a given details.
|
AdmissionSyntax(GeneralName admissionAuthority,
ASN1Sequence contentsOfAdmissions)
Constructor from given details.
|
ProcurationSyntax(String country,
DirectoryString typeOfSubstitution,
GeneralName thirdPerson)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
TBSRequest.getRequestorName() |
Constructor and Description |
---|
TBSRequest(GeneralName requestorName,
ASN1Sequence requestList,
Extensions requestExtensions) |
TBSRequest(GeneralName requestorName,
ASN1Sequence requestList,
X509Extensions requestExtensions)
Deprecated.
use method taking Extensions
|
Modifier and Type | Method and Description |
---|---|
GeneralName |
TSTInfo.getTsa() |
Constructor and Description |
---|
TSTInfo(ASN1ObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
ASN1Integer serialNumber,
ASN1GeneralizedTime genTime,
Accuracy accuracy,
ASN1Boolean ordering,
ASN1Integer nonce,
GeneralName tsa,
Extensions extensions) |
Modifier and Type | Method and Description |
---|---|
GeneralName |
AccessDescription.getAccessLocation() |
GeneralName |
GeneralSubtree.getBase() |
static GeneralName |
GeneralName.getInstance(ASN1TaggedObject tagObj,
boolean explicit) |
static GeneralName |
GeneralName.getInstance(Object obj) |
GeneralName[] |
GeneralNames.getNames() |
GeneralName |
RoleSyntax.getRoleName()
Gets the role name of this RoleSyntax.
|
GeneralName |
Target.getTargetGroup() |
GeneralName |
Target.getTargetName() |
Modifier and Type | Method and Description |
---|---|
GeneralNamesBuilder |
GeneralNamesBuilder.addName(GeneralName name) |
void |
NameConstraintValidator.checkExcluded(GeneralName name) |
void |
PKIXNameConstraintValidator.checkExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.
|
void |
NameConstraintValidator.checkPermitted(GeneralName name) |
void |
PKIXNameConstraintValidator.checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.
|
Constructor and Description |
---|
AccessDescription(ASN1ObjectIdentifier oid,
GeneralName location)
create an AccessDescription with the oid and location provided.
|
AuthorityInformationAccess(ASN1ObjectIdentifier oid,
GeneralName location)
create an AuthorityInformationAccess with the oid and location provided.
|
GeneralNames(GeneralName name)
Construct a GeneralNames object containing one GeneralName.
|
GeneralNames(GeneralName[] names) |
GeneralSubtree(GeneralName base) |
GeneralSubtree(GeneralName base,
BigInteger minimum,
BigInteger maximum)
Constructor from a given details.
|
RoleSyntax(GeneralName roleName)
Constructor.
|
RoleSyntax(GeneralNames roleAuthority,
GeneralName roleName)
Constructor.
|
Target(int type,
GeneralName name)
Constructor from given details.
|
Modifier and Type | Method and Description |
---|---|
GeneralName[] |
SemanticsInformation.getNameRegistrationAuthorities() |
Constructor and Description |
---|
SemanticsInformation(ASN1ObjectIdentifier semanticsIdentifier,
GeneralName[] generalNames) |
SemanticsInformation(GeneralName[] generalNames) |
Modifier and Type | Method and Description |
---|---|
Map<GeneralName,PKIXCertStore> |
PKIXExtendedParameters.getNamedCertificateStoreMap() |
Map<GeneralName,PKIXCRLStore> |
PKIXExtendedParameters.getNamedCRLStoreMap() |
Modifier and Type | Method and Description |
---|---|
PKIXExtendedParameters.Builder |
PKIXExtendedParameters.Builder.addNamedCertificateStore(GeneralName issuerAltName,
PKIXCertStore store) |
PKIXExtendedParameters.Builder |
PKIXExtendedParameters.Builder.addNamedCRLStore(GeneralName issuerAltName,
PKIXCRLStore store) |
Modifier and Type | Method and Description |
---|---|
void |
PKIXNameConstraintValidator.checkExcluded(GeneralName name)
Check if the given GeneralName is contained in the excluded set.
|
void |
PKIXNameConstraintValidator.checkPermitted(GeneralName name)
Checks if the given GeneralName is in the permitted set.
|
Modifier and Type | Method and Description |
---|---|
void |
X509AttributeCertStoreSelector.addTargetGroup(GeneralName group)
Deprecated.
Adds a target group criterion for the attribute certificate to the target
information extension criteria.
|
void |
X509AttributeCertStoreSelector.addTargetName(GeneralName name)
Deprecated.
Adds a target name criterion for the attribute certificate to the target
information extension criteria.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.