java.security
Class AlgorithmParameters
java.lang.Object
java.security.AlgorithmParameters
public class AlgorithmParameters
- extends Object
AlgorithmParameters
protected AlgorithmParameters(AlgorithmParametersSpi var0,
Provider var1,
String var2)
getAlgorithm
public final String getAlgorithm()
getEncoded
public final byte[] getEncoded()
throws IOException
- Throws:
IOException
getEncoded
public final byte[] getEncoded(String var0)
throws IOException
- Throws:
IOException
getInstance
public static AlgorithmParameters getInstance(String var0)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
getInstance
public static AlgorithmParameters getInstance(String var0,
String var1)
throws NoSuchAlgorithmException,
NoSuchProviderException
- Throws:
NoSuchAlgorithmException
NoSuchProviderException
getParameterSpec
public final AlgorithmParameterSpec getParameterSpec(Class var0)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
getProvider
public final Provider getProvider()
init
public final void init(byte[] var0)
throws IOException
- Throws:
IOException
init
public final void init(byte[] var0,
String var1)
throws IOException
- Throws:
IOException
init
public final void init(AlgorithmParameterSpec var0)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
toString
public final String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.