Class RSAParameterSpiImpl

    • Constructor Detail

      • RSAParameterSpiImpl

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

      • getParameterType

        protected Class<RSAParameterSpec> getParameterType()
        Description copied from class: org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
        Get the type of parameters for this class.
        Specified by:
        getParameterType in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>
        Returns:
        the type of parameters for this class (must not be null)
      • engineEncode

        protected void engineEncode​(ASN1Encoder encoder,
                                    RSAParameterSpec parameterSpec)
        Description copied from class: org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
        Encode a parameter instance.
        Specified by:
        engineEncode in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>
        Parameters:
        encoder - the encoder to use (not null)
        parameterSpec - the parameter instance (not null)
      • engineDecode

        protected RSAParameterSpec engineDecode​(ASN1Decoder decoder)
        Description copied from class: org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
        Decode a parameter instance. Subclasses should ensure that all elements are consumed (including sequence terminators and so forth).
        Specified by:
        engineDecode in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl<RSAParameterSpec>
        Parameters:
        decoder - the decoder to use (not null)
        Returns:
        the parameter instance (must not be null)