예제 #1
0
                                               XMLStructure paramsJ);//throws NoSuchAlgorithmException,

        //InvalidAlgorithmParameterException;

        /**
         * Creates a <code>CanonicalizationMethod</code> for the specified
         * algorithm URI and parameters.
         *
         * @param algorithm the URI identifying the canonicalization algorithm
         * @param params algorithm-specific canonicalization parameters (may be
         *    <code>null</code>)
         * @return the <code>CanonicalizationMethod</code>
         * @throws InvalidAlgorithmParameterException if the specified parameters
         *    are inappropriate for the requested algorithm
         * @throws NoSuchAlgorithmException if an implementation of the
         *    specified algorithm cannot be found
         * @throws NullPointerException if <code>algorithm</code> is
         *    <code>null</code>
         */
        public abstract CanonicalizationMethod newCanonicalizationMethod(
            String algorithm, C14NMethodParameterSpec paramsJ);//
예제 #2
0
 //InvalidAlgorithmParameterException;
 /**
  * Creates a <code>CanonicalizationMethod</code> for the specified
  * algorithm URI and parameters.
  *
  * @param algorithm the URI identifying the canonicalization algorithm
  * @param params algorithm-specific canonicalization parameters (may be
  *    <code>null</code>)
  * @return the <code>CanonicalizationMethod</code>
  * @throws InvalidAlgorithmParameterException if the specified parameters
  *    are inappropriate for the requested algorithm
  * @throws NoSuchAlgorithmException if an implementation of the
  *    specified algorithm cannot be found
  * @throws NullPointerException if <code>algorithm</code> is
  *    <code>null</code>
  */
 public abstract CanonicalizationMethod newCanonicalizationMethod(
 String algorithm, C14NMethodParameterSpec paramsJ);