Interface Credentials

  • All Known Implementing Classes:
    HSMCredentials, JCECredentials, RSACredentials

    public interface Credentials
    Represents, and provides access to, user credentials. The credentials consist of keys, certificates, and certificate chains.

    Signing a document requires that the client provide certain credential information. The information shall include a private key with which to sign the data, a certificate and, a certificate chain that roots to some certificate that the recipient of the document trusts.

    • Method Detail

      • isHSM

        boolean isHSM()