Uses of Class
es.uji.crypto.xades.jxades.security.xml.WrappedKeyStorePlace
-
Packages that use WrappedKeyStorePlace Package Description es.uji.crypto.xades.jxades.security.xml es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of WrappedKeyStorePlace in es.uji.crypto.xades.jxades.security.xml
Methods in es.uji.crypto.xades.jxades.security.xml that return WrappedKeyStorePlace Modifier and Type Method Description WrappedKeyStorePlace
XMLSignatureDocument. getWrappedKeyStorePlace()
static WrappedKeyStorePlace
WrappedKeyStorePlace. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WrappedKeyStorePlace[]
WrappedKeyStorePlace. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.uji.crypto.xades.jxades.security.xml with parameters of type WrappedKeyStorePlace Modifier and Type Method Description void
XMLSignatureDocument. setWrappedKeyStorePlace(WrappedKeyStorePlace wrappedKeyStorePlace)
-
Uses of WrappedKeyStorePlace in es.uji.crypto.xades.jxades.security.xml.XAdES
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return WrappedKeyStorePlace Modifier and Type Method Description WrappedKeyStorePlace
XMLAdvancedSignature. getWrappedKeyStorePlace()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type WrappedKeyStorePlace Modifier and Type Method Description void
XMLAdvancedSignature. setWrappedKeyStorePlace(WrappedKeyStorePlace wrappedKeyStorePlace)
-