Uses of Class
org.bouncycastle.asn1.x509.GeneralName
-
Packages that use GeneralName Package Description org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.isismtt.x509 X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.asn1.x509.qualified Support classes useful for encoding and processing messages based around RFC3739org.bouncycastle.jcajce Key and algorithm parameters classes for supporting provider specific algorithms and modes. -
-
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, java.math.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(java.lang.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)
-
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(java.lang.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, java.math.BigInteger minimum, java.math.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 java.util.Map<GeneralName,PKIXCertStore>
PKIXExtendedParameters. getNamedCertificateStoreMap()
java.util.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)
-