Class OIDCDecryptionParameters


  • @Deprecated(since="2.2.0",
                forRemoval=true)
    public class OIDCDecryptionParameters
    extends EncryptionParameters
    Deprecated, for removal: This API element is subject to removal in a future version.
    OIDC Decryption Parameters. Steals a bit EncryptionParameters as extending it for decryption purposes.
    • Field Detail

      • keyTransportDecryptionCredentials

        private final List<Credential> keyTransportDecryptionCredentials
        Deprecated, for removal: This API element is subject to removal in a future version.
        The list of decryption credentials.
    • Constructor Detail

      • OIDCDecryptionParameters

        public OIDCDecryptionParameters()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getKeyTransportDecryptionCredentials

        public List<Credential> getKeyTransportDecryptionCredentials()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get the list of decryption credentials.
        Returns:
        he list of decryption credentials