public class UnknownCertificateRepositoryObject extends Object implements CertificateRepositoryObject
| Constructor and Description |
|---|
UnknownCertificateRepositoryObject(byte[] encoded) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getCrlUri() |
byte[] |
getEncoded() |
URI |
getParentCertificateUri() |
boolean |
isPastValidityTime() |
boolean |
isRevoked() |
void |
validate(String location,
CertificateRepositoryObjectValidationContext context,
CrlLocator crlLocator,
ValidationOptions options,
ValidationResult result) |
void |
validate(String location,
CertificateRepositoryObjectValidationContext context,
X509Crl crl,
URI crlUri,
ValidationOptions options,
ValidationResult result) |
public UnknownCertificateRepositoryObject(byte[] encoded)
public void validate(String location, CertificateRepositoryObjectValidationContext context, CrlLocator crlLocator, ValidationOptions options, ValidationResult result)
validate in interface CertificateRepositoryObjectpublic void validate(String location, CertificateRepositoryObjectValidationContext context, X509Crl crl, URI crlUri, ValidationOptions options, ValidationResult result)
validate in interface CertificateRepositoryObjectpublic boolean isPastValidityTime()
isPastValidityTime in interface CertificateRepositoryObjectpublic boolean isRevoked()
isRevoked in interface CertificateRepositoryObjectpublic URI getCrlUri()
getCrlUri in interface CertificateRepositoryObjectpublic URI getParentCertificateUri()
getParentCertificateUri in interface CertificateRepositoryObjectpublic byte[] getEncoded()
getEncoded in interface CertificateRepositoryObjectCopyright © 2008–2021 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.