Uses of Class
org.bouncycastle.asn1.x509.GeneralName
Packages that use GeneralName
Package
Description
Support classes useful for encoding and supporting OCSP objects.
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.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.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.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)