加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090327205755/http://developer.android.com:80/reference/java/security/AlgorithmParametersSpi.html
public abstract class

AlgorithmParametersSpi

extends Object
java.lang.Object
   ↳ java.security.AlgorithmParametersSpi

Summary

Public Constructors
AlgorithmParametersSpi()
Protected Methods
abstract byte[] engineGetEncoded(String format)
abstract byte[] engineGetEncoded()
abstract <T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> paramSpec)
abstract void engineInit(byte[] params, String format)
abstract void engineInit(byte[] params)
abstract void engineInit(AlgorithmParameterSpec paramSpec)
abstract String engineToString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AlgorithmParametersSpi ()

Protected Methods

protected abstract byte[] engineGetEncoded (String format)

Throws
IOException

protected abstract byte[] engineGetEncoded ()

Throws
IOException

protected abstract T engineGetParameterSpec (Class<T> paramSpec)

protected abstract void engineInit (byte[] params, String format)

Throws
IOException

protected abstract void engineInit (byte[] params)

Throws
IOException

protected abstract void engineInit (AlgorithmParameterSpec paramSpec)

protected abstract String engineToString ()