public class TrustedCert
extends java.lang.Object
| Constructor | Description |
|---|---|
TrustedCert() |
|
TrustedCert(java.util.Map<java.lang.String,java.lang.Object> properties) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isRevocationCheckingEnabled() |
|
boolean |
isTrustAnchor() |
|
boolean |
isTrustedAsSamlAttestingEntity() |
|
boolean |
isTrustedAsSamlIssuer() |
|
boolean |
isTrustedForSigningClientCerts() |
|
boolean |
isTrustedForSigningServerCerts() |
|
boolean |
isTrustedForSsl() |
|
boolean |
isVerifyHostname() |
public TrustedCert()
public TrustedCert(java.util.Map<java.lang.String,java.lang.Object> properties)
public boolean isVerifyHostname()
public boolean isTrustedForSsl()
public boolean isTrustedAsSamlAttestingEntity()
public boolean isTrustAnchor()
public boolean isRevocationCheckingEnabled()
public boolean isTrustedForSigningClientCerts()
public boolean isTrustedForSigningServerCerts()
public boolean isTrustedAsSamlIssuer()