public class CertPathValidationContext extends Object implements org.bouncycastle.util.Memoable
Constructor and Description |
---|
CertPathValidationContext(Set criticalExtensionsOIDs) |
Modifier and Type | Method and Description |
---|---|
void |
addHandledExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier extensionIdentifier) |
org.bouncycastle.util.Memoable |
copy() |
Set |
getUnhandledCriticalExtensionOIDs() |
boolean |
isEndEntity()
Returns true if the current certificate is the end-entity certificate.
|
void |
reset(org.bouncycastle.util.Memoable other) |
void |
setIsEndEntity(boolean isEndEntity) |
public CertPathValidationContext(Set criticalExtensionsOIDs)
public void addHandledExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier extensionIdentifier)
public void setIsEndEntity(boolean isEndEntity)
public Set getUnhandledCriticalExtensionOIDs()
public boolean isEndEntity()
public org.bouncycastle.util.Memoable copy()
copy
in interface org.bouncycastle.util.Memoable
public void reset(org.bouncycastle.util.Memoable other)
reset
in interface org.bouncycastle.util.Memoable