public class AlgorithmParameters extends Object
Modifier | Constructor and Description |
---|---|
protected |
AlgorithmParameters(AlgorithmParametersSpi var0,
Provider var1,
String var2) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
byte[] |
getEncoded() |
byte[] |
getEncoded(String var0) |
static AlgorithmParameters |
getInstance(String var0) |
static AlgorithmParameters |
getInstance(String var0,
String var1) |
AlgorithmParameterSpec |
getParameterSpec(Class var0) |
Provider |
getProvider() |
void |
init(AlgorithmParameterSpec var0) |
void |
init(byte[] var0) |
void |
init(byte[] var0,
String var1) |
String |
toString() |
protected AlgorithmParameters(AlgorithmParametersSpi var0, Provider var1, String var2)
public final String getAlgorithm()
public final byte[] getEncoded() throws IOException
IOException
public final byte[] getEncoded(String var0) throws IOException
IOException
public static AlgorithmParameters getInstance(String var0) throws NoSuchAlgorithmException
NoSuchAlgorithmException
public static AlgorithmParameters getInstance(String var0, String var1) throws NoSuchAlgorithmException, NoSuchProviderException
public final AlgorithmParameterSpec getParameterSpec(Class var0) throws InvalidParameterSpecException
InvalidParameterSpecException
public final Provider getProvider()
public final void init(byte[] var0) throws IOException
IOException
public final void init(byte[] var0, String var1) throws IOException
IOException
public final void init(AlgorithmParameterSpec var0) throws InvalidParameterSpecException
InvalidParameterSpecException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.