Class BasicInlineCredentialFactoryBean

    • Field Detail

      • publicKeyInfo

        @Nullable
        private byte[] publicKeyInfo
        Configured public key Info.
      • privateKeyInfo

        @Nullable
        private byte[] privateKeyInfo
        Configured private key Info.
      • secretKeyInfo

        @Nullable
        private byte[] secretKeyInfo
        Configured secret key Info.
    • Constructor Detail

      • BasicInlineCredentialFactoryBean

        public BasicInlineCredentialFactoryBean()
    • Method Detail

      • getPublicKeyInfo

        @Nullable
        public byte[] getPublicKeyInfo()
        Get the information used to generate the public key.
        Returns:
        Returns the info.
      • setPublicKeyInfo

        public void setPublicKeyInfo​(@Nullable
                                     byte[] info)
        Set the information used to generate the public key.
        Parameters:
        info - The info to set.
      • getPrivateKeyInfo

        @Nullable
        public byte[] getPrivateKeyInfo()
        Get the information used to generate the private key.
        Returns:
        Returns the info.
      • setPrivateKeyInfo

        public void setPrivateKeyInfo​(@Nullable
                                      byte[] info)
        Set the information used to generate the private key.
        Parameters:
        info - The info to set.
      • getSecretKeyInfo

        @Nullable
        public byte[] getSecretKeyInfo()
        Get the information used to generate the secret key.
        Returns:
        Returns the info.
      • setSecretKeyInfo

        public void setSecretKeyInfo​(@Nullable
                                     byte[] info)
        Set the information used to generate the secret key.
        Parameters:
        info - The info to set.