Uses of Class
eu.europa.esig.xmldsig.jaxb.KeyInfoType
| Package | Description |
|---|---|
| eu.europa.esig.xmldsig.jaxb | |
| eu.europa.esig.xmlenc.jaxb |
-
Uses of KeyInfoType in eu.europa.esig.xmldsig.jaxb
Fields in eu.europa.esig.xmldsig.jaxb declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeSignatureType. keyInfoMethods in eu.europa.esig.xmldsig.jaxb that return KeyInfoType Modifier and Type Method Description KeyInfoTypeObjectFactory. createKeyInfoType()Create an instance ofKeyInfoTypeKeyInfoTypeSignatureType. getKeyInfo()Gets the value of the keyInfo property.Methods in eu.europa.esig.xmldsig.jaxb that return types with arguments of type KeyInfoType Modifier and Type Method Description JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)Methods in eu.europa.esig.xmldsig.jaxb with parameters of type KeyInfoType Modifier and Type Method Description JAXBElement<KeyInfoType>ObjectFactory. createKeyInfo(KeyInfoType value)voidSignatureType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property. -
Uses of KeyInfoType in eu.europa.esig.xmlenc.jaxb
Fields in eu.europa.esig.xmlenc.jaxb declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeEncryptedType. keyInfoMethods in eu.europa.esig.xmlenc.jaxb that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. getKeyInfo()Gets the value of the keyInfo property.Methods in eu.europa.esig.xmlenc.jaxb that return types with arguments of type KeyInfoType Modifier and Type Method Description JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)Methods in eu.europa.esig.xmlenc.jaxb with parameters of type KeyInfoType Modifier and Type Method Description JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)JAXBElement<KeyInfoType>ObjectFactory. createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)voidEncryptedType. setKeyInfo(KeyInfoType value)Sets the value of the keyInfo property.