Uses of Class
org.bouncycastle.asn1.x509.GeneralName
Packages that use GeneralName
Package
Description
-
Uses of GeneralName in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return GeneralNameModifier and TypeMethodDescriptionLinkedCertificate.getCertLocation()ExternalValue.getLocation()ExternalValue.getLocations()Constructors in org.bouncycastle.asn1.bc with parameters of type GeneralNameModifierConstructorDescriptionExternalValue(GeneralName location, AlgorithmIdentifier hashAlg, byte[] hashVal) LinkedCertificate(DigestInfo digest, GeneralName certLocation) LinkedCertificate(DigestInfo digest, GeneralName certLocation, X500Name certIssuer, GeneralNames cACerts) -
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) TBSRequest(GeneralName requestorName, ASN1Sequence requestList, X509Extensions requestExtensions) Deprecated.use method taking Extensions -
Uses of GeneralName in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return GeneralNameModifier and TypeMethodDescriptionAccessDescription.getAccessLocation()GeneralSubtree.getBase()static GeneralNameGeneralName.getInstance(Object obj) static GeneralNameGeneralName.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) voidNameConstraintValidator.checkExcluded(GeneralName name) voidPKIXNameConstraintValidator.checkExcluded(GeneralName name) Check if the given GeneralName is contained in the excluded set.voidNameConstraintValidator.checkPermitted(GeneralName name) voidPKIXNameConstraintValidator.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.cert.cmp
Constructors in org.bouncycastle.cert.cmp with parameters of type GeneralNameModifierConstructorDescriptionProtectedPKIMessageBuilder(int pvno, GeneralName sender, GeneralName recipient) Commence a message with a specific header type.ProtectedPKIMessageBuilder(GeneralName sender, GeneralName recipient) Commence a message with the header version CMP_2000. -
Uses of GeneralName in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf with parameters of type GeneralNameModifier and TypeMethodDescriptionCertificateRequestMessageBuilder.setAuthInfoSender(GeneralName sender) ProofOfPossessionSigningKeyBuilder.setSender(GeneralName name) Constructors in org.bouncycastle.cert.crmf with parameters of type GeneralNameModifierConstructorDescriptionPKIArchiveControlBuilder(PrivateKeyInfo privateKeyInfo, GeneralName generalName) Basic constructor - specify the contents of the PKIArchiveControl structure. -
Uses of GeneralName in org.bouncycastle.cert.crmf.jcajce
Constructors in org.bouncycastle.cert.crmf.jcajce with parameters of type GeneralNameModifierConstructorDescriptionJcaPKIArchiveControlBuilder(PrivateKey privateKey, GeneralName generalName) -
Uses of GeneralName in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp that return GeneralNameMethods in org.bouncycastle.cert.ocsp with parameters of type GeneralName -
Uses of GeneralName in org.bouncycastle.cert.selector
Methods in org.bouncycastle.cert.selector with parameters of type GeneralNameModifier and TypeMethodDescriptionvoidX509AttributeCertificateHolderSelectorBuilder.addTargetGroup(GeneralName group) Adds a target group criterion for the attribute certificate to the target information extension criteria.voidX509AttributeCertificateHolderSelectorBuilder.addTargetName(GeneralName name) Adds a target name criterion for the attribute certificate to the target information extension criteria. -
Uses of GeneralName in org.bouncycastle.dvcs
Methods in org.bouncycastle.dvcs that return GeneralNameModifier and TypeMethodDescriptionDVCSRequest.getTransactionIdentifier()Get the transaction identifier of request.Methods in org.bouncycastle.dvcs with parameters of type GeneralNameModifier and TypeMethodDescriptionvoidDVCSRequestBuilder.setDataLocations(GeneralName dataLocation) Set data location to generated requests.voidDVCSRequestBuilder.setDVCS(GeneralName dvcs) Set DVCS name to generated requests.voidDVCSRequestBuilder.setRequester(GeneralName requester) Set requester name. -
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) Constructors in org.bouncycastle.jcajce with parameters of type GeneralNameModifierConstructorDescriptionExternalPublicKey(PublicKey key, GeneralName location, MessageDigest digest) Helper constructor with JCA contents.ExternalPublicKey(GeneralName location, AlgorithmIdentifier digestAlg, byte[] digest) Base constructor with fundamental contents. -
Uses of GeneralName in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type GeneralNameModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidator.checkExcluded(GeneralName name) Check if the given GeneralName is contained in the excluded set.voidPKIXNameConstraintValidator.checkPermitted(GeneralName name) Checks if the given GeneralName is in the permitted set. -
Uses of GeneralName in org.bouncycastle.pkix
Methods in org.bouncycastle.pkix with parameters of type GeneralNameModifier and TypeMethodDescriptionvoidPKIXNameConstraintValidator.checkExcluded(GeneralName name) Check if the given GeneralName is contained in the excluded set.voidPKIXNameConstraintValidator.checkPermitted(GeneralName name) Checks if the given GeneralName is in the permitted set. -
Uses of GeneralName in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return GeneralNameMethods in org.bouncycastle.tsp with parameters of type GeneralName -
Uses of GeneralName in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type GeneralNameModifier and TypeMethodDescriptionvoidX509AttributeCertStoreSelector.addTargetGroup(GeneralName group) Deprecated.Adds a target group criterion for the attribute certificate to the target information extension criteria.voidX509AttributeCertStoreSelector.addTargetName(GeneralName name) Deprecated.Adds a target name criterion for the attribute certificate to the target information extension criteria.