public class X509CertificateIssuer extends AbstractX509Extension
http://tools.ietf.org/html/rfc5280| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IDENTIFIER |
| Constructor and Description |
|---|
X509CertificateIssuer(mybouncycastle.org.bouncycastle.asn1.ASN1Sequence a_extension)
Creates an new X509etificateIssuer object from a BouncyCastle ASN1Sequence
|
X509CertificateIssuer(X509DistinguishedName a_issuer)
Create a new X509CertificateIssuer object from a given distinguished name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIssuer(java.lang.Object a_object)
Returns if the issuer's DN and a given DN are equal.
|
X509DistinguishedName |
getDistinguishedName()
Returns the X509DistinguishedName of the issuer represented by this extension
|
java.lang.String |
getName()
Returns the human-readable name of this extension.
|
java.util.Vector |
getValues()
This method returns all values of this extension in separated String objects.
|
equals, getDEROctets, getIdentifier, hashCode, isCritical, toStringpublic X509CertificateIssuer(X509DistinguishedName a_issuer)
a_issuer - the distinguished name of the certificate's issuerpublic X509CertificateIssuer(mybouncycastle.org.bouncycastle.asn1.ASN1Sequence a_extension)
a_extension - the extions as ASN1Sequencepublic java.lang.String getName()
AbstractX509ExtensiongetName in class AbstractX509Extensionpublic java.util.Vector getValues()
AbstractX509ExtensiongetValues in class AbstractX509Extensionpublic boolean equalsIssuer(java.lang.Object a_object)
false
is returned.X509DistinguishedName.equals()public X509DistinguishedName getDistinguishedName()
Copyright © 2023. All rights reserved.