XML Security, 1.6

com.ibm.xml.enc.dom
Class DOMEncManager

java.lang.Object
  extended by com.ibm.xml.enc.dom.DOMEncManager

public final class DOMEncManager
extends java.lang.Object


Constructor Summary
DOMEncManager()
           
 
Method Summary
(package private) static AlgorithmMethod getEncryptionMethod(java.lang.String alg, java.lang.Integer keySize, java.security.spec.AlgorithmParameterSpec params)
          This method matches the EncryptionMethod algorithm name to the actual EncryptionMethod implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMEncManager

public DOMEncManager()
Method Detail

getEncryptionMethod

static AlgorithmMethod getEncryptionMethod(java.lang.String alg,
                                           java.lang.Integer keySize,
                                           java.security.spec.AlgorithmParameterSpec params)
                                    throws java.security.NoSuchAlgorithmException,
                                           java.security.InvalidAlgorithmParameterException
This method matches the EncryptionMethod algorithm name to the actual EncryptionMethod implementation

Returns:
the corresponding EncryptionMethod implementation
Throws:
java.security.NoSuchAlgorithmException
java.security.InvalidAlgorithmParameterException

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.