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 Modifier and Type 方法 描述 abstract RetrievalMethod
KeyInfoFactory. newRetrievalMethod(String uri)
从指定的URI创建一个RetrievalMethod
。abstract RetrievalMethod
KeyInfoFactory. newRetrievalMethod(String uri, String type, List<? extends Transform> transforms)
从指定的参数创建一个RetrievalMethod
。
-