javax.xml.crypto.dsig

Interface SignatureMethod

    • Method Detail

      • getParameterSpec

        java.security.spec.AlgorithmParameterSpec getParameterSpec()
        Returns the algorithm-specific input parameters of this SignatureMethod.

        The returned parameters can be typecast to a SignatureMethodParameterSpec object.

        Specified by:
        getParameterSpec in interface AlgorithmMethod
        Returns:
        the algorithm-specific input parameters of this SignatureMethod (may be null if not specified)
XML Security (JSR 105/106), 1.8

Copyright © 2015 IBM Corporation. All Rights Reserved.