Home » openjdk-7 » javax » crypto » [javadoc | source]
javax.crypto
final class: Support [javadoc | source]
java.lang.Object
   javax.crypto.Support
Method from javax.crypto.Support Summary:
getClassName,   getImplementation,   getImplementation,   getImplementation
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.crypto.Support Detail:
 static String getClassName(String algType,
    String algName,
    Provider p) 
 static Object[] getImplementation(String type,
    String algorithm) throws NoSuchAlgorithmException 
 static Object[] getImplementation(String type,
    String algorithm,
    String provider) throws NoSuchAlgorithmException, NoSuchProviderException 
 static Object[] getImplementation(String algType,
    String algName,
    Provider p)