CanonicalizationMethod
for the specified algorithm URI and parameters.
@param algorithm the URI identifying the canonicalization algorithm
@param params algorithm-specific canonicalization parameters (may be null
)
@return the CanonicalizationMethod
@throws InvalidAlgorithmParameterException if the specified parametersare inappropriate for the requested algorithm
@throws NoSuchAlgorithmException if an implementation of thespecified algorithm cannot be found
@throws NullPointerException if algorithm
is null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|