Uses of Class
org.bouncycastle.asn1.x509.GeneralName
-
Packages that use GeneralName Package Description org.bouncycastle.asn1.bc 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. -
-
Uses of GeneralName in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return GeneralName Modifier and Type Method Description GeneralName
LinkedCertificate. getCertLocation()
Constructors in org.bouncycastle.asn1.bc with parameters of type GeneralName Constructor Description LinkedCertificate(DigestInfo digest, GeneralName certLocation)
LinkedCertificate(DigestInfo digest, GeneralName certLocation, X500Name certIssuer, GeneralNames cACerts)
-
Uses of GeneralName in org.bouncycastle.asn1.cmc
Methods in org.bouncycastle.asn1.cmc that return GeneralName Modifier and Type Method Description GeneralName
GetCRL. getcRLName()
GeneralName
GetCert. getIssuerName()
Constructors in org.bouncycastle.asn1.cmc with parameters of type GeneralName Constructor Description GetCert(GeneralName issuerName, BigInteger serialNumber)
GetCRL(X500Name issuerName, GeneralName cRLName, ASN1GeneralizedTime time, ReasonFlags reasons)
-
Uses of GeneralName in org.bouncycastle.asn1.cmp
Fields in org.bouncycastle.asn1.cmp declared as GeneralName Modifier and Type Field Description static GeneralName
PKIHeader. NULL_NAME
Value for a "null" recipient or sender.Methods in org.bouncycastle.asn1.cmp that return GeneralName Modifier and Type Method Description GeneralName
PKIHeader. getRecipient()
GeneralName
PKIHeader. getSender()
Constructors in org.bouncycastle.asn1.cmp with parameters of type GeneralName Constructor Description PKIHeader(int pvno, GeneralName sender, GeneralName recipient)
PKIHeaderBuilder(int pvno, GeneralName sender, GeneralName recipient)
-
Uses of GeneralName in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return GeneralName Modifier and Type Method Description GeneralName
CertId. getIssuer()
GeneralName
SinglePubInfo. getPubLocation()
GeneralName
POPOSigningKeyInput. getSender()
Returns the sender field, or null if authInfo is publicKeyMACConstructors in org.bouncycastle.asn1.crmf with parameters of type GeneralName Constructor Description CertId(GeneralName issuer, BigInteger serialNumber)
CertId(GeneralName issuer, ASN1Integer serialNumber)
EncKeyWithID(PrivateKeyInfo privKeyInfo, GeneralName generalName)
POPOSigningKeyInput(GeneralName sender, SubjectPublicKeyInfo spki)
Creates a new POPOSigningKeyInput with sender name as authInfo.SinglePubInfo(ASN1Integer pubMethod, GeneralName pubLocation)
-
Uses of GeneralName in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return GeneralName Modifier and Type Method Description GeneralName
DVCSErrorNotice. getTransactionIdentifier()
GeneralName
DVCSRequest. getTransactionIdentifier()
Methods in org.bouncycastle.asn1.dvcs with parameters of type GeneralName Modifier and Type Method Description void
DVCSRequestInformationBuilder. setDataLocations(GeneralName dataLocation)
void
DVCSRequestInformationBuilder. setDVCS(GeneralName dvcs)
void
DVCSRequestInformationBuilder. setRequester(GeneralName requester)
Constructors in org.bouncycastle.asn1.dvcs with parameters of type GeneralName Constructor Description DVCSErrorNotice(PKIStatusInfo status, GeneralName transactionIdentifier)
DVCSRequest(DVCSRequestInformation requestInformation, Data data, GeneralName transactionIdentifier)
-
Uses of GeneralName in org.bouncycastle.asn1.isismtt.x509
Methods in org.bouncycastle.asn1.isismtt.x509 that return GeneralName Modifier and Type Method Description GeneralName
Admissions. getAdmissionAuthority()
GeneralName
AdmissionSyntax. getAdmissionAuthority()
GeneralName
ProcurationSyntax. getThirdPerson()
Constructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type GeneralName Constructor 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. -
Uses of GeneralName in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return GeneralName Modifier and Type Method Description GeneralName
TBSRequest. getRequestorName()
Constructors in org.bouncycastle.asn1.ocsp with parameters of type GeneralName Constructor Description TBSRequest(GeneralName requestorName, ASN1Sequence requestList, Extensions requestExtensions)
TBSRequest(GeneralName requestorName, ASN1Sequence requestList, X509Extensions requestExtensions)
Deprecated.use method taking Extensions -
Uses of GeneralName in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return GeneralName Modifier and Type Method Description GeneralName
TSTInfo. getTsa()
Constructors in org.bouncycastle.asn1.tsp with parameters of type GeneralName Constructor Description TSTInfo(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions)
-
Uses of GeneralName in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return GeneralName Modifier and Type Method Description GeneralName
AccessDescription. getAccessLocation()
GeneralName
GeneralSubtree. getBase()
static GeneralName
GeneralName. getInstance(Object obj)
static GeneralName
GeneralName. getInstance(ASN1TaggedObject tagObj, boolean explicit)
GeneralName[]
GeneralNames. getNames()
GeneralName
RoleSyntax. getRoleName()
Gets the role name of this RoleSyntax.GeneralName
Target. getTargetGroup()
GeneralName
Target. getTargetName()
Methods in org.bouncycastle.asn1.x509 with parameters of type GeneralName Modifier and Type Method 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.Constructors in org.bouncycastle.asn1.x509 with parameters of type GeneralName Constructor 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. -
Uses of GeneralName in org.bouncycastle.asn1.x509.qualified
Methods in org.bouncycastle.asn1.x509.qualified that return GeneralName Modifier and Type Method Description GeneralName[]
SemanticsInformation. getNameRegistrationAuthorities()
Constructors in org.bouncycastle.asn1.x509.qualified with parameters of type GeneralName Constructor Description SemanticsInformation(ASN1ObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)
SemanticsInformation(GeneralName[] generalNames)
-
Uses of GeneralName in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return types with arguments of type GeneralName Modifier and Type Method Description Map<GeneralName,PKIXCertStore>
PKIXExtendedParameters. getNamedCertificateStoreMap()
Map<GeneralName,PKIXCRLStore>
PKIXExtendedParameters. getNamedCRLStoreMap()
Methods in org.bouncycastle.jcajce with parameters of type GeneralName Modifier and Type Method Description PKIXExtendedParameters.Builder
PKIXExtendedParameters.Builder. addNamedCertificateStore(GeneralName issuerAltName, PKIXCertStore store)
PKIXExtendedParameters.Builder
PKIXExtendedParameters.Builder. addNamedCRLStore(GeneralName issuerAltName, PKIXCRLStore store)
-
Uses of GeneralName in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type GeneralName Modifier and Type Method 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. -
Uses of GeneralName in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type GeneralName Modifier and Type Method 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.
-