Uses of Interface
javax.xml.crypto.dsig.keyinfo.RetrievalMethod
-
Packages that use RetrievalMethod 软件包 描述 javax.xml.crypto.dsig.keyinfo 用于解析和处理KeyInfo
元素和结构的类。 -
-
Uses of RetrievalMethod in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that return RetrievalMethod 变量和类型 方法 描述 abstract RetrievalMethod
KeyInfoFactory. newRetrievalMethod(String uri)
从指定的URI创建RetrievalMethod
。abstract RetrievalMethod
KeyInfoFactory. newRetrievalMethod(String uri, String type, List<? extends Transform> transforms)
根据指定的参数创建RetrievalMethod
。
-