Constructor and Description |
---|
CertPathValidationContext(Set criticalExtensionsOIDs) |
Modifier and Type | Method and Description |
---|---|
void |
addHandledExtension(ASN1ObjectIdentifier extensionIdentifier) |
Memoable |
copy()
Produce a copy of this object with its configuration and in its current state.
|
Set |
getUnhandledCriticalExtensionOIDs() |
boolean |
isEndEntity()
Returns true if the current certificate is the end-entity certificate.
|
void |
reset(Memoable other)
Restore a copied object state into this object.
|
void |
setIsEndEntity(boolean isEndEntity) |
public CertPathValidationContext(Set criticalExtensionsOIDs)
public void addHandledExtension(ASN1ObjectIdentifier extensionIdentifier)
public void setIsEndEntity(boolean isEndEntity)
public Set getUnhandledCriticalExtensionOIDs()
public boolean isEndEntity()
public Memoable copy()
Memoable
The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
Copyright © 2018 BouncyCastle.org. All rights reserved.