public class CertificateInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateInfo.X500Name
Class that holds an X509 name.
|
static class |
CertificateInfo.X509NameTokenizer
Class for breaking up an X500 Name into it's component tokens, similar to
StringTokenizer. |
| Constructor and Description |
|---|
CertificateInfo() |
| Modifier and Type | Method and Description |
|---|---|
static com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive |
getIssuer(byte[] enc)
Get the "issuer" from the TBSCertificate bytes that are passed in.
|
static CertificateInfo.X500Name |
getIssuerFields(X509Certificate cert)
Get the issuer fields from an X509 Certificate.
|
static com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive |
getSubject(byte[] enc)
Get the "subject" from the TBSCertificate bytes that are passed in.
|
static CertificateInfo.X500Name |
getSubjectFields(X509Certificate cert)
Get the subject fields from an X509 Certificate.
|
public static CertificateInfo.X500Name getIssuerFields(X509Certificate cert)
cert - an X509Certificatepublic static com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive getIssuer(byte[] enc)
enc - a TBSCertificate in a byte arraypublic static CertificateInfo.X500Name getSubjectFields(X509Certificate cert)
cert - an X509Certificatepublic static com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive getSubject(byte[] enc)
enc - A TBSCertificate in a byte arrayCopyright © 1998–2023 Apryse Group NV. All rights reserved.