Uses of Class
javax.xml.crypto.KeySelector.Purpose
-
Packages that use KeySelector.Purpose 软件包 描述 javax.xml.crypto XML加密的常用类。 -
-
Uses of KeySelector.Purpose in javax.xml.crypto
Fields in javax.xml.crypto declared as KeySelector.Purpose 变量和类型 字段 描述 static KeySelector.Purpose
KeySelector.Purpose. DECRYPT
解密的关键。static KeySelector.Purpose
KeySelector.Purpose. ENCRYPT
加密的关键。static KeySelector.Purpose
KeySelector.Purpose. SIGN
签名的关键。static KeySelector.Purpose
KeySelector.Purpose. VERIFY
验证的关键。Methods in javax.xml.crypto with parameters of type KeySelector.Purpose 变量和类型 方法 描述 abstract KeySelectorResult
KeySelector. select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
尝试查找满足指定约束的键。
-