|
iText 7 7.1.8 API
|
Class containing static methods that allow you to get information from an X509 Certificate: the issuer and the subject. More...
Classes |
|
| class | X500Name |
| Class that holds an X509 name. More... |
|
| class | X509NameTokenizer |
| Class for breaking up an X500 Name into it's component tokens, similar to iText.IO.Util.StringTokenizerWe need this class as some of the lightweight Java environments don't support classes such as StringTokenizer. More... |
|
Static Public Member Functions |
|
| static CertificateInfo.X500Name | GetIssuerFields (X509Certificate cert) |
| Get the issuer fields from an X509 Certificate. More... |
|
| static Asn1Object | GetIssuer (byte[] enc) |
| Get the "issuer" from the TBSCertificate bytes that are passed in. More... |
|
| static CertificateInfo.X500Name | GetSubjectFields (X509Certificate cert) |
| Get the subject fields from an X509 Certificate. More... |
|
| static Asn1Object | GetSubject (byte[] enc) |
| Get the "subject" from the TBSCertificate bytes that are passed in. More... |
|
Class containing static methods that allow you to get information from an X509 Certificate: the issuer and the subject.
|
inlinestatic |
Get the "issuer" from the TBSCertificate bytes that are passed in.
| enc | a TBSCertificate in a byte array |
|
inlinestatic |
Get the issuer fields from an X509 Certificate.
| cert | an X509Certificate |
|
inlinestatic |
Get the "subject" from the TBSCertificate bytes that are passed in.
| enc | A TBSCertificate in a byte array |
|
inlinestatic |
Get the subject fields from an X509 Certificate.
| cert | an X509Certificate |