Uses of Class
es.uji.crypto.xades.jxades.security.xml.XmlWrappedKeyInfo
-
Packages that use XmlWrappedKeyInfo Package Description es.uji.crypto.xades.jxades.security.xml es.uji.crypto.xades.jxades.security.xml.XAdES -
-
Uses of XmlWrappedKeyInfo in es.uji.crypto.xades.jxades.security.xml
Fields in es.uji.crypto.xades.jxades.security.xml declared as XmlWrappedKeyInfo Modifier and Type Field Description private XmlWrappedKeyInfo
XMLSignatureDocument. wrappedKeyInfo
Methods in es.uji.crypto.xades.jxades.security.xml that return XmlWrappedKeyInfo Modifier and Type Method Description XmlWrappedKeyInfo
XMLSignatureDocument. getXmlWrappedKeyInfo()
static XmlWrappedKeyInfo
XmlWrappedKeyInfo. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static XmlWrappedKeyInfo[]
XmlWrappedKeyInfo. 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 XmlWrappedKeyInfo Modifier and Type Method Description void
XMLSignatureDocument. setXmlWrappedKeyInfo(XmlWrappedKeyInfo wrappedKeyInfo)
-
Uses of XmlWrappedKeyInfo in es.uji.crypto.xades.jxades.security.xml.XAdES
Fields in es.uji.crypto.xades.jxades.security.xml.XAdES declared as XmlWrappedKeyInfo Modifier and Type Field Description protected XmlWrappedKeyInfo
XMLAdvancedSignature. wrappedKeyInfo
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES that return XmlWrappedKeyInfo Modifier and Type Method Description XmlWrappedKeyInfo
XMLAdvancedSignature. getXmlWrappedKeyInfo()
Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XmlWrappedKeyInfo Modifier and Type Method Description void
XMLAdvancedSignature. setXmlWrappedKeyInfo(XmlWrappedKeyInfo wrappedKeyInfo)
-