Class EncryptionParameters.RSAOAEPParameters

java.lang.Object
se.idsec.signservice.integration.security.EncryptionParameters.RSAOAEPParameters
All Implemented Interfaces:
Serializable
Enclosing interface:
EncryptionParameters

public static class EncryptionParameters.RSAOAEPParameters extends Object implements Serializable
Representation of parameters for RSA OAEP key transport algorithm(s).
See Also:
  • Constructor Details

    • RSAOAEPParameters

      public RSAOAEPParameters()
    • RSAOAEPParameters

      public RSAOAEPParameters(String digestMethod, String maskGenerationFunction, String oaepParams)
  • Method Details