Uses of Class
org.bouncycastle.asn1.x509.GeneralName
Packages that use GeneralName
Package
Description
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.
Support classes useful for encoding and processing X.509 certificates.
Support classes useful for encoding and processing messages based around RFC3739
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 GeneralNameModifier and TypeFieldDescriptionstatic final GeneralName
PKIHeader.NULL_NAME
Value for a "null" recipient or sender.Methods in org.bouncycastle.asn1.cmp that return GeneralNameConstructors in org.bouncycastle.asn1.cmp with parameters of type GeneralNameModifierConstructorDescriptionPKIHeader
(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 GeneralNameModifier and TypeMethodDescriptionCertId.getIssuer()
SinglePubInfo.getPubLocation()
POPOSigningKeyInput.getSender()
Returns the sender field, or null if authInfo is publicKeyMACConstructors in org.bouncycastle.asn1.crmf with parameters of type GeneralNameModifierConstructorDescriptionCertId
(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 GeneralNameModifier and TypeMethodDescriptionDVCSErrorNotice.getTransactionIdentifier()
DVCSRequest.getTransactionIdentifier()
Methods in org.bouncycastle.asn1.dvcs with parameters of type GeneralNameModifier and TypeMethodDescriptionvoid
DVCSRequestInformationBuilder.setDataLocations
(GeneralName dataLocation) void
DVCSRequestInformationBuilder.setDVCS
(GeneralName dvcs) void
DVCSRequestInformationBuilder.setRequester
(GeneralName requester) Constructors in org.bouncycastle.asn1.dvcs with parameters of type GeneralNameModifierConstructorDescriptionDVCSErrorNotice
(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 GeneralNameModifier and TypeMethodDescriptionAdmissions.getAdmissionAuthority()
AdmissionSyntax.getAdmissionAuthority()
ProcurationSyntax.getThirdPerson()
Constructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type GeneralNameModifierConstructorDescriptionAdmissions
(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 GeneralNameConstructors in org.bouncycastle.asn1.ocsp with parameters of type GeneralNameModifierConstructorDescriptionTBSRequest
(GeneralName requestorName, ASN1Sequence requestList, Extensions requestExtensions) -
Uses of GeneralName in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return GeneralNameConstructors in org.bouncycastle.asn1.tsp with parameters of type GeneralNameModifierConstructorDescriptionTSTInfo
(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 GeneralNameModifier and TypeMethodDescriptionAccessDescription.getAccessLocation()
GeneralSubtree.getBase()
static GeneralName
GeneralName.getInstance
(Object obj) static GeneralName
GeneralName.getInstance
(ASN1TaggedObject tagObj, boolean explicit) GeneralNames.getNames()
RoleSyntax.getRoleName()
Gets the role name of this RoleSyntax.Target.getTargetGroup()
Target.getTargetName()
Methods in org.bouncycastle.asn1.x509 with parameters of type GeneralNameModifier and TypeMethodDescriptionGeneralNamesBuilder.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 GeneralNameModifierConstructorDescriptionAccessDescription
(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 GeneralNameConstructors in org.bouncycastle.asn1.x509.qualified with parameters of type GeneralNameModifierConstructorDescriptionSemanticsInformation
(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 GeneralNameModifier and TypeMethodDescriptionPKIXExtendedParameters.getNamedCertificateStoreMap()
PKIXExtendedParameters.getNamedCRLStoreMap()
Methods in org.bouncycastle.jcajce with parameters of type GeneralNameModifier and TypeMethodDescriptionPKIXExtendedParameters.Builder.addNamedCertificateStore
(GeneralName issuerAltName, PKIXCertStore store) PKIXExtendedParameters.Builder.addNamedCRLStore
(GeneralName issuerAltName, PKIXCRLStore store)