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 XmlWrappedKeyInfoXMLSignatureDocument. wrappedKeyInfoMethods in es.uji.crypto.xades.jxades.security.xml that return XmlWrappedKeyInfo Modifier and Type Method Description XmlWrappedKeyInfoXMLSignatureDocument. getXmlWrappedKeyInfo()static XmlWrappedKeyInfoXmlWrappedKeyInfo. 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 voidXMLSignatureDocument. 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 XmlWrappedKeyInfoXMLAdvancedSignature. wrappedKeyInfoMethods in es.uji.crypto.xades.jxades.security.xml.XAdES that return XmlWrappedKeyInfo Modifier and Type Method Description XmlWrappedKeyInfoXMLAdvancedSignature. getXmlWrappedKeyInfo()Methods in es.uji.crypto.xades.jxades.security.xml.XAdES with parameters of type XmlWrappedKeyInfo Modifier and Type Method Description voidXMLAdvancedSignature. setXmlWrappedKeyInfo(XmlWrappedKeyInfo wrappedKeyInfo)
-