Direct Known Subclasses:
Default

public abstract class Profile extends NativeObject

The base class for signature validation profiles

The profile defines the validation constraints.
  • Method Details

    • getValidationOptions

      public ValidationOptions getValidationOptions()

      Signature validation options (Getter)

    • getSigningCertTrustConstraints

      public TrustConstraints getSigningCertTrustConstraints()

      Trust constraints for certificates of signatures (Getter)

    • getTimeStampTrustConstraints

      public TrustConstraints getTimeStampTrustConstraints()

      Trust constraints for certificates of time-stamps (Getter)

    • getCustomTrustList

      public CustomTrustList getCustomTrustList()

      The custom list of trusted certificates (Getter)

      Default: null (no custom trust list)
    • setCustomTrustList

      public void setCustomTrustList(CustomTrustList value)

      The custom list of trusted certificates (Setter)

      Default: null (no custom trust list)