Uses of Class
network.oxalis.commons.certvalidator.jaxb.xmldsig.KeyInfoType
-
Packages that use KeyInfoType Package Description network.oxalis.commons.certvalidator.jaxb.xmldsig -
-
Uses of KeyInfoType in network.oxalis.commons.certvalidator.jaxb.xmldsig
Fields in network.oxalis.commons.certvalidator.jaxb.xmldsig declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeSignatureType. keyInfoMethods in network.oxalis.commons.certvalidator.jaxb.xmldsig that return KeyInfoType Modifier and Type Method Description KeyInfoTypeObjectFactory. createKeyInfoType()Create an instance ofKeyInfoTypeKeyInfoTypeSignatureType. getKeyInfo()Gets the value of the keyInfo property.Methods in network.oxalis.commons.certvalidator.jaxb.xmldsig that return types with arguments of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)Methods in network.oxalis.commons.certvalidator.jaxb.xmldsig with parameters of type KeyInfoType Modifier and Type Method Description javax.xml.bind.JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)voidSignatureType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.
-