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.PurposeKeySelector.Purpose. DECRYPT解密的关键。static KeySelector.PurposeKeySelector.Purpose. ENCRYPT加密的关键。static KeySelector.PurposeKeySelector.Purpose. SIGN签名的关键。static KeySelector.PurposeKeySelector.Purpose. VERIFY验证的关键Methods in javax.xml.crypto with parameters of type KeySelector.Purpose Modifier and Type 方法 描述 abstract KeySelectorResultKeySelector. select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context)尝试找到满足指定约束的键。
-