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 KeyInfoType
SignatureType. keyInfo
Methods in eu.europa.esig.xmldsig.jaxb that return KeyInfoType Modifier and Type Method Description KeyInfoType
ObjectFactory. createKeyInfoType()
Create an instance ofKeyInfoType
KeyInfoType
SignatureType. 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)
void
SignatureType. 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 KeyInfoType
EncryptedType. keyInfo
Methods in eu.europa.esig.xmlenc.jaxb that return KeyInfoType Modifier and Type Method Description KeyInfoType
EncryptedType. 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)
void
EncryptedType. setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.