Constructor and Description |
---|
CertPathValidationContext(Set criticalExtensionsOIDs) |
Modifier and Type | Method and Description |
---|---|
void |
addHandledExtension(ASN1ObjectIdentifier extensionIdentifier) |
Memoable |
copy() |
Set |
getUnhandledCriticalExtensionOIDs() |
boolean |
isEndEntity()
Returns true if the current certificate is the end-entity certificate.
|
void |
reset(Memoable other) |
void |
setIsEndEntity(boolean isEndEntity) |
public CertPathValidationContext(Set criticalExtensionsOIDs)
public void addHandledExtension(ASN1ObjectIdentifier extensionIdentifier)
public void setIsEndEntity(boolean isEndEntity)
public Set getUnhandledCriticalExtensionOIDs()
public boolean isEndEntity()
Copyright © 2020 BouncyCastle.org. All rights reserved.