Class X509CertificatesCredentialReader

  • All Implemented Interfaces:
    CredentialReader<X509Certificate[]>

    public class X509CertificatesCredentialReader
    extends AbstractCredentialReader<X509Certificate[]>
    Loads X.509 certificate credentials from a classpath, filepath, or stream resource. When working with filepath, multiple files may be separated using a comma (i.e. cert1.pem,cert2.crt). Supported certificate formats include: PEM, DER, and PKCS7.