Interface PemKeyCertConfig.KeyCertConfig

Enclosing interface:
PemKeyCertConfig

public static interface PemKeyCertConfig.KeyCertConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    The path to the certificate file (in PEM format).
    key()
    The path to the key file (in PEM format: PKCS#8, PKCS#1 or encrypted PKCS#8).
    When the key is encrypted (encrypted PKCS#8), the password to decrypt it.
  • Method Details

    • key

      Path key()
      The path to the key file (in PEM format: PKCS#8, PKCS#1 or encrypted PKCS#8).
    • cert

      Path cert()
      The path to the certificate file (in PEM format).
    • password

      Optional<String> password()
      When the key is encrypted (encrypted PKCS#8), the password to decrypt it.