Class CertificateInspector
- java.lang.Object
-
- io.buildlogic.truststore.maven.plugin.certificate.CertificateInspector
-
public class CertificateInspector extends Object
-
-
Constructor Summary
Constructors Constructor Description CertificateInspector(org.apache.maven.plugin.logging.Log log, X509Certificate cert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIssuer()StringgetNotValidAfter()StringgetNotValidBefore()StringgetSerialNumber()StringgetSubject()Optional<String>getSubjectAlternativeNames()
-
-
-
Constructor Detail
-
CertificateInspector
public CertificateInspector(org.apache.maven.plugin.logging.Log log, X509Certificate cert)
-
-