Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Field and Description |
---|---|
(package private) GeneralName |
AccessDescription.accessLocation |
private GeneralName |
GeneralSubtree.base |
private GeneralName[] |
GeneralNames.names |
private GeneralName |
RoleSyntax.roleName |
private GeneralName |
Target.targGroup |
private GeneralName |
Target.targName |
Modifier and Type | Method and Description |
---|---|
GeneralName |
AccessDescription.getAccessLocation() |
GeneralName |
GeneralSubtree.getBase() |
static GeneralName |
GeneralName.getInstance(ASN1TaggedObject tagObj,
boolean explicit) |
static GeneralName |
GeneralName.getInstance(java.lang.Object obj) |
GeneralName[] |
GeneralNames.getNames() |
GeneralName |
RoleSyntax.getRoleName()
Gets the role name of this RoleSyntax.
|
GeneralName |
Target.getTargetGroup() |
GeneralName |
Target.getTargetName() |
Constructor and Description |
---|
AccessDescription(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,
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.
|