Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Security Folder | Summary of Elements in this Folder | pub.security.util:getCertificateInfo
 
pub.security.util:getCertificateInfo
WmPublic. Retrieves information such as serial number, issuer, and expiration date from a digital certificate.
Input Parameters
certificate
byte[] java.security.cert.X509Certificate The certificate whose information you want to retrieve.
Output Parameters
info
Document Information from the certificate.
Key
Description
version
java.lang.Number X509 certificate version number.
serialNumber
String Serial number of the certificate.
signature
String Signature algorithm used by the issuer to sign this certificate.
issuer
Document Detailed information about the CA that signed the certificate, such as name, location, and e-mail address.
validity
Document The time period over which the certificate is valid.
Key
Description
notBefore
String First date on which this certificate is valid (for example, 3/15/00 3:36PM).
notAfter
String Last date on which this certificate is valid (for example, 3/15/00 3:36PM).
subject
Document Detailed information about the owner of the certificate, such as name, location, and mail address.
subjectPublicKey Algorithm
String Encryption algorithm with which the certificate's key is designed to be used (for example, RSA or DSA).