Uses of Class
com.sun.xml.security.core.dsig.KeyInfoType
-
Packages that use KeyInfoType Package Description com.sun.xml.security.core.xenc -
-
Uses of KeyInfoType in com.sun.xml.security.core.xenc
Fields in com.sun.xml.security.core.xenc declared as KeyInfoType Modifier and Type Field Description protected KeyInfoTypeEncryptedType. keyInfoMethods in com.sun.xml.security.core.xenc that return KeyInfoType Modifier and Type Method Description KeyInfoTypeEncryptedType. getKeyInfo()Gets the value of the keyInfo property.Methods in com.sun.xml.security.core.xenc 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 com.sun.xml.security.core.xenc 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.
-