public interface X509CertifiedPublicKey extends CertifiedPublicKey
Modifier and Type | Method and Description |
---|---|
byte[] |
getAuthorityKeyIdentifier() |
X509Extensions |
getExtensions() |
Date |
getNotAfter() |
Date |
getNotBefore() |
BigInteger |
getSerialNumber() |
byte[] |
getSubjectKeyIdentifier() |
int |
getVersionNumber() |
boolean |
isRootCA() |
boolean |
isValidOn(Date date)
Check that the certificate is valid on the given date.
|
getEncoded, getIssuer, getPublicKeyParameters, getSubject, isSelfSigned, isSignedBy
Date getNotAfter()
Date getNotBefore()
int getVersionNumber()
BigInteger getSerialNumber()
boolean isValidOn(Date date)
date
- the date to be checked.boolean isRootCA()
X509Extensions getExtensions()
byte[] getAuthorityKeyIdentifier()
byte[] getSubjectKeyIdentifier()
Copyright © 2004–2021 XWiki. All rights reserved.