public interface CertificateDetails extends ManagedAttributeValue
Modifier and Type | Method and Description |
---|---|
String |
getIssuerName() |
String |
getSerialNumber() |
String |
getSignatureAlgorithm() |
List<String> |
getSubjectAltNames() |
String |
getSubjectName() |
long |
getValidFrom() |
long |
getValidUntil() |
int |
getVersion() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.