public interface AlgorithmMethod
Transform
。
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
返回该
AlgorithmMethod URI的算法。
|
AlgorithmParameterSpec |
getParameterSpec()
返回该
AlgorithmMethod 算法参数。
|
String getAlgorithm()
AlgorithmMethod
URI的算法。
AlgorithmMethod
URI的算法
AlgorithmParameterSpec getParameterSpec()
AlgorithmMethod
算法参数。
AlgorithmMethod
算法中的参数,返回
null
如果这
AlgorithmMethod
不需要参数,不指定。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.