Class RSAParameterSpiImpl

java.lang.Object
java.security.AlgorithmParametersSpi
org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>
org.wildfly.security.key.RSAParameterSpiImpl

public final class RSAParameterSpiImpl extends org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>
An implementation of the AlgorithmParametersSpi SPI for RSA keys, because the JDK does not have one.
Author:
David M. Lloyd
  • Constructor Details

    • RSAParameterSpiImpl

      public RSAParameterSpiImpl()
      Construct a new instance.
  • Method Details