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 Modifier and Type Field 描述 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 Modifier and Type 方法 描述 abstract KeySelectorResult
KeySelector. select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)
尝试找到满足指定约束的键。
-