Class X509InlineCredentialFactoryBean

    • Field Detail

      • log

        private final org.slf4j.Logger log
        log.
      • entityCertificate

        private String entityCertificate
        The entity certificate.
      • certificates

        private List<String> certificates
        The certificates.
      • privateKey

        private byte[] privateKey
        The private key.
    • Constructor Detail

      • X509InlineCredentialFactoryBean

        public X509InlineCredentialFactoryBean()
    • Method Detail

      • setEntity

        public void setEntity​(@Nonnull
                              String entityCert)
        Set the file with the entity certificate.
        Parameters:
        entityCert - The file to set.
      • setCertificates

        public void setCertificates​(@Nullable @NotEmpty
                                    List<String> certs)
        Sets the certificates.
        Parameters:
        certs - The value to set.
      • setPrivateKey

        public void setPrivateKey​(@Nullable
                                  byte[] key)
        Set the private key.
        Parameters:
        key - The file to set.
      • setCRLs

        public void setCRLs​(@Nullable @NotEmpty
                            List<String> list)
        Sets the files which contain the crls.
        Parameters:
        list - The value to set.