Uses of Interface
javax.xml.crypto.AlgorithmMethod
-
Packages that use AlgorithmMethod 软件包 描述 javax.xml.crypto XML加密的通用类。javax.xml.crypto.dsig 用于生成和验证XML数字签名的类。 -
-
Uses of AlgorithmMethod in javax.xml.crypto
Methods in javax.xml.crypto with parameters of type AlgorithmMethod Modifier and Type 方法 描述 abstract KeySelectorResult
KeySelector. select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
尝试找到满足指定约束的键。 -
Uses of AlgorithmMethod in javax.xml.crypto.dsig
Subinterfaces of AlgorithmMethod in javax.xml.crypto.dsig Modifier and Type 接口 描述 interface
CanonicalizationMethod
interface
DigestMethod
interface
SignatureMethod
interface
Transform
Classes in javax.xml.crypto.dsig that implement AlgorithmMethod Modifier and Type Class 描述 class
TransformService
用于变换和规范化算法的服务提供程序接口。
-