Default
public abstract class Profile extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
CustomTrustList |
getCustomTrustList() |
The custom list of trusted certificates (Getter)
|
TrustConstraints |
getSigningCertTrustConstraints() |
Trust constraints for certificates of signatures (Getter)
|
TrustConstraints |
getTimeStampTrustConstraints() |
Trust constraints for certificates of time-stamps (Getter)
|
ValidationOptions |
getValidationOptions() |
Signature validation options (Getter)
|
void |
setCustomTrustList(CustomTrustList value) |
The custom list of trusted certificates (Setter)
|
equals, hashCode
public ValidationOptions getValidationOptions()
public TrustConstraints getSigningCertTrustConstraints()
public TrustConstraints getTimeStampTrustConstraints()
public CustomTrustList getCustomTrustList()
null
(no custom trust list)public void setCustomTrustList(CustomTrustList value)
null
(no custom trust list)