Uses of Class
com.helger.xsds.xmldsig.KeyInfoType
-
-
Uses of KeyInfoType in com.helger.xsds.xmldsig
Methods in com.helger.xsds.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoTypeKeyInfoType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2KeyInfoTypeObjectFactory. createKeyInfoType()Create an instance ofKeyInfoTypeKeyInfoTypeSignatureType. getKeyInfo()Gets the value of the keyInfo property.Methods in com.helger.xsds.xmldsig that return types with arguments of type KeyInfoType Modifier and Type Method Description JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)Methods in com.helger.xsds.xmldsig with parameters of type KeyInfoType Modifier and Type Method Description voidKeyInfoType. cloneTo(KeyInfoType ret)This method clones all values fromthisto the passed object.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)voidSignatureType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.
-