接口 SignatureMethodParameterSpec

所有父级接口:
AlgorithmParameterSpec
所有已知的实现类:
HMACParameterSpec , RSAPSSParameterSpec

public interface SignatureMethodParameterSpec extends AlgorithmParameterSpec
XML SignatureMethod 算法的算法参数规范。此接口的目的是对所有签名方法参数规范进行分组(并为其提供类型安全)。所有签名方法参数规范都必须实现该接口。
自从:
1.6
参见: