Class AbstractX509PemSecret

java.lang.Object
jadex.ipc.impl.security.authentication.AbstractAuthenticationSecret
jadex.ipc.impl.security.authentication.AbstractX509PemSecret
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
X509PemFilesSecret, X509PemStringsSecret

public abstract class AbstractX509PemSecret extends AbstractAuthenticationSecret
Secret based on PEM-encoded X.509 certificates.
  • Constructor Details

    • AbstractX509PemSecret

      public AbstractX509PemSecret()
  • Method Details

    • openCertificate

      public abstract InputStream openCertificate()
      Opens the local certificate.
      Returns:
      The local certificate.
    • openPrivateKey

      public abstract InputStream openPrivateKey()
      Opens the private key used for signing.
      Returns:
      The private key.