| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
EncryptedType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
EncryptedType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
|
JAXBElement<KeyInfoType> |
ObjectFactory.createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
WSSElementFactory.createKeyInfoType(String keyAlgo,
String refType,
String refId) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedData |
WSSElementFactory.createEncryptedData(String id,
com.sun.xml.ws.api.message.Attachment attachment,
String dataAlgo,
KeyInfoType keyInfo,
Key key,
EncryptionTarget target) |
EncryptedData |
WSSElementFactory.createEncryptedData(String id,
Data data,
String dataAlgo,
KeyInfoType keyInfo,
Key key,
boolean contentOnly) |
EncryptedHeader |
WSSElementFactory.createEncryptedHeader(String ehId,
String edId,
Data data,
String dataAlgo,
KeyInfoType keyInfo,
Key key,
boolean contentOnly) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyInfoConfirmationData.setKeyInfo(KeyInfoType value) |
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfoType |
SubjectConfirmationType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
SubjectConfirmationType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectConfirmationType.setKeyInfo(KeyInfoType value)
Sets the value of the keyInfo property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.