Uses of Class
org.apache.xml.security.keys.content.RetrievalMethod
-
Packages that use RetrievalMethod Package Description org.apache.xml.security.keys org.apache.xml.security.keys.keyresolver.implementations -
-
Uses of RetrievalMethod in org.apache.xml.security.keys
Methods in org.apache.xml.security.keys that return RetrievalMethod Modifier and Type Method Description RetrievalMethod
KeyInfo. itemRetrievalMethod(int i)
Method itemRetrievalMethodMethods in org.apache.xml.security.keys with parameters of type RetrievalMethod Modifier and Type Method Description void
KeyInfo. add(RetrievalMethod retrievalmethod)
Method add -
Uses of RetrievalMethod in org.apache.xml.security.keys.keyresolver.implementations
Methods in org.apache.xml.security.keys.keyresolver.implementations with parameters of type RetrievalMethod Modifier and Type Method Description private static XMLSignatureInput
RetrievalMethodResolver. resolveInput(RetrievalMethod rm, java.lang.String baseURI, boolean secureValidation)
Resolves the input from the given retrieval method
-