| Package | Description |
|---|---|
| org.w3.xenc | |
| org.w3.xmldsig |
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfo |
EncryptedType.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
EncryptedType.getKeyInfo()
Gets the value of the keyInfo property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodOriginatorKeyInfo(KeyInfo value)
|
JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodRecipientKeyInfo(KeyInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodOriginatorKeyInfo(KeyInfo value)
|
JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodRecipientKeyInfo(KeyInfo value)
|
void |
EncryptedType.setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property.
|
EncryptedType |
EncryptedType.withKeyInfo(KeyInfo value) |
EncryptedKey |
EncryptedKey.withKeyInfo(KeyInfo value) |
EncryptedData |
EncryptedData.withKeyInfo(KeyInfo value) |
| Constructor and Description |
|---|
EncryptedData(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding)
Fully-initialising value constructor
|
EncryptedKey(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding,
ReferenceList referenceList,
String carriedKeyName,
String recipient)
Fully-initialising value constructor
|
EncryptedType(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
String id,
String type,
String mimeType,
String encoding)
Fully-initialising value constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyInfo |
Signature.keyInfo |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
ObjectFactory.createKeyInfo()
Create an instance of
KeyInfo |
KeyInfo |
Signature.getKeyInfo()
Gets the value of the keyInfo property.
|
KeyInfo |
KeyInfo.withContent(Collection<Object> values) |
KeyInfo |
KeyInfo.withContent(List<Object> value) |
KeyInfo |
KeyInfo.withContent(Object... values) |
KeyInfo |
KeyInfo.withId(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Signature.setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property.
|
Signature |
Signature.withKeyInfo(KeyInfo value) |
| Constructor and Description |
|---|
Signature(SignedInfo signedInfo,
SignatureValue signatureValue,
KeyInfo keyInfo,
List<Object> objects,
String id)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.