java.security
Class AlgorithmParameterGenerator
java.lang.Object
java.security.AlgorithmParameterGenerator
public class AlgorithmParameterGenerator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgorithmParameterGenerator
protected AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi var0,
Provider var1,
String var2)
generateParameters
public final AlgorithmParameters generateParameters()
getAlgorithm
public final String getAlgorithm()
getInstance
public static AlgorithmParameterGenerator getInstance(String var0)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
getInstance
public static AlgorithmParameterGenerator getInstance(String var0,
String var1)
throws NoSuchAlgorithmException,
NoSuchProviderException
- Throws:
NoSuchAlgorithmException
NoSuchProviderException
getProvider
public final Provider getProvider()
init
public final void init(int var0)
init
public final void init(int var0,
SecureRandom var1)
init
public final void init(AlgorithmParameterSpec var0)
throws InvalidAlgorithmParameterException
- Throws:
InvalidAlgorithmParameterException
init
public final void init(AlgorithmParameterSpec var0,
SecureRandom var1)
throws InvalidAlgorithmParameterException
- Throws:
InvalidAlgorithmParameterException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.