Uses of Class
org.gudy.bouncycastle.asn1.x509.GeneralName
-
Packages that use GeneralName Package Description org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.gudy.bouncycastle.x509 -
-
Uses of GeneralName in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as GeneralName Modifier and Type Field Description (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 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()
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type GeneralName Constructor Description AccessDescription(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, 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.gudy.bouncycastle.x509
Methods in org.gudy.bouncycastle.x509 with parameters of type GeneralName Modifier and Type Method Description private java.lang.Object[]
AttributeCertificateHolder. getNames(GeneralName[] names)
-