|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyInfoType | |
---|---|
org.w3._2000._09.xmldsig | |
org.w3._2001._04.xmlenc |
Uses of KeyInfoType in org.w3._2000._09.xmldsig |
---|
Fields in org.w3._2000._09.xmldsig declared as KeyInfoType | |
---|---|
protected KeyInfoType |
SignatureType.keyInfo
|
Methods in org.w3._2000._09.xmldsig that return KeyInfoType | |
---|---|
KeyInfoType |
KeyInfoType.clone()
Creates and returns a deep copy of this object. |
KeyInfoType |
ObjectFactory.createKeyInfoType()
Create an instance of KeyInfoType |
KeyInfoType |
SignatureType.getKeyInfo()
Gets the value of the keyInfo property. |
Methods in org.w3._2000._09.xmldsig that return types with arguments of type KeyInfoType | |
---|---|
javax.xml.bind.JAXBElement<KeyInfoType> |
ObjectFactory.createKeyInfo(KeyInfoType value)
Create an instance of JAXBElement < KeyInfoType > } |
Methods in org.w3._2000._09.xmldsig with parameters of type KeyInfoType | |
---|---|
javax.xml.bind.JAXBElement<KeyInfoType> |
ObjectFactory.createKeyInfo(KeyInfoType value)
Create an instance of JAXBElement < KeyInfoType > } |
void |
SignatureType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. |
Constructors in org.w3._2000._09.xmldsig with parameters of type KeyInfoType | |
---|---|
KeyInfoType(KeyInfoType o)
Creates a new KeyInfoType instance by deeply copying a given KeyInfoType instance. |
Uses of KeyInfoType in org.w3._2001._04.xmlenc |
---|
Fields in org.w3._2001._04.xmlenc declared as KeyInfoType | |
---|---|
protected KeyInfoType |
EncryptedType.keyInfo
|
Methods in org.w3._2001._04.xmlenc that return KeyInfoType | |
---|---|
KeyInfoType |
EncryptedType.getKeyInfo()
Gets the value of the keyInfo property. |
Methods in org.w3._2001._04.xmlenc that return types with arguments of type KeyInfoType | |
---|---|
javax.xml.bind.JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
Create an instance of JAXBElement < KeyInfoType > } |
javax.xml.bind.JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
Create an instance of JAXBElement < KeyInfoType > } |
Methods in org.w3._2001._04.xmlenc with parameters of type KeyInfoType | |
---|---|
javax.xml.bind.JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
Create an instance of JAXBElement < KeyInfoType > } |
javax.xml.bind.JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
Create an instance of JAXBElement < KeyInfoType > } |
void |
EncryptedType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |