Package org.bouncycastle.cert.path
Class CertPathValidationContext
java.lang.Object
org.bouncycastle.cert.path.CertPathValidationContext
- All Implemented Interfaces:
Memoable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandledExtension(ASN1ObjectIdentifier extensionIdentifier) copy()Produce a copy of this object with its configuration and in its current state.booleanReturns true if the current certificate is the end-entity certificate.voidRestore a copied object state into this object.voidsetIsEndEntity(boolean isEndEntity)
-
Constructor Details
-
CertPathValidationContext
-
-
Method Details
-
addHandledExtension
-
setIsEndEntity
public void setIsEndEntity(boolean isEndEntity) -
getUnhandledCriticalExtensionOIDs
-
isEndEntity
public boolean isEndEntity()Returns true if the current certificate is the end-entity certificate.- Returns:
- if current cert end-entity, false otherwise.
-
copy
Description copied from interface:MemoableProduce a copy of this object with its configuration and in its current state.The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.
-
reset
Description copied from interface:MemoableRestore a copied object state into this object.Implementations of this method should try to avoid or minimise memory allocation to perform the reset.
-