接口的使用
javax.xml.crypto.dsig.keyinfo.RetrievalMethod
使用 RetrievalMethod 的包
-
RetrievalMethod 在 javax.xml.crypto.dsig.keyinfo 中的用法
修饰符和类型方法描述abstract RetrievalMethodKeyInfoFactory.newRetrievalMethod(String uri) 从指定的 URI 创建一个RetrievalMethod。abstract RetrievalMethodKeyInfoFactory.newRetrievalMethod(String uri, String type, List<? extends Transform> transforms) 从指定的参数创建一个RetrievalMethod。