Uses of Class
org.gudy.bouncycastle.asn1.x509.GeneralName
Packages that use GeneralName
Package
Description
Support classes useful for encoding and processing X.509 certificates.
-
Uses of GeneralName in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as GeneralNameModifier and TypeFieldDescription(package private) GeneralName
AccessDescription.accessLocation
private GeneralName
GeneralSubtree.base
private GeneralName
RoleSyntax.roleName
private GeneralName
Target.targGroup
private GeneralName
Target.targName
Methods in org.gudy.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()
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type GeneralNameModifierConstructorDescriptionAccessDescription
(DERObjectIdentifier oid, GeneralName location) create an AccessDescription with the oid and location provided.AuthorityInformationAccess
(DERObjectIdentifier oid, GeneralName location) create an AuthorityInformationAccess with the oid and location provided.GeneralNames
(GeneralName name) Construct a GeneralNames object containing one GeneralName.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.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 with parameters of type GeneralNameModifier and TypeMethodDescriptionprivate Object[]
AttributeCertificateHolder.getNames
(GeneralName[] names)