|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cert.path.CertPathValidationResult
public class CertPathValidationResult
| Constructor Summary | |
|---|---|
CertPathValidationResult(CertPathValidationContext context)
|
|
CertPathValidationResult(CertPathValidationContext context,
int[] certIndexes,
int[] ruleIndexes,
CertPathValidationException[] cause)
|
|
CertPathValidationResult(CertPathValidationContext context,
int certIndex,
int ruleIndex,
CertPathValidationException cause)
|
|
| Method Summary | |
|---|---|
java.lang.Exception |
getCause()
|
java.util.Set |
getUnhandledCriticalExtensionOIDs()
|
boolean |
isDetailed()
|
boolean |
isValid()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CertPathValidationResult(CertPathValidationContext context)
public CertPathValidationResult(CertPathValidationContext context,
int certIndex,
int ruleIndex,
CertPathValidationException cause)
public CertPathValidationResult(CertPathValidationContext context,
int[] certIndexes,
int[] ruleIndexes,
CertPathValidationException[] cause)
| Method Detail |
|---|
public boolean isValid()
public java.lang.Exception getCause()
public java.util.Set getUnhandledCriticalExtensionOIDs()
public boolean isDetailed()
|
Bouncy Castle Cryptography 1.51 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||