public abstract class X509CertificateParser<T extends AbstractX509CertificateWrapper> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected X509Certificate |
certificate |
protected ValidationResult |
result |
| Constructor and Description |
|---|
X509CertificateParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTypeSpecificValidation() |
abstract T |
getCertificate() |
ValidationResult |
getValidationResult() |
protected X509Certificate |
getX509Certificate() |
protected boolean |
isResourceExtensionPresent() |
boolean |
isSuccess() |
void |
parse(String location,
byte[] encoded) |
void |
parse(ValidationResult validationResult,
byte[] encoded) |
protected X509Certificate certificate
protected ValidationResult result
public void parse(String location, byte[] encoded)
public void parse(ValidationResult validationResult, byte[] encoded)
protected void doTypeSpecificValidation()
public ValidationResult getValidationResult()
public boolean isSuccess()
public abstract T getCertificate()
protected X509Certificate getX509Certificate()
protected boolean isResourceExtensionPresent()
Copyright © 2008-2016 RIPE NCC, the Netherlands. All Rights Reserved.