| 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 |
|---|---|
javax.xml.bind.JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodOriginatorKeyInfo(KeyInfo value)
|
javax.xml.bind.JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodRecipientKeyInfo(KeyInfo value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<KeyInfo> |
ObjectFactory.createAgreementMethodOriginatorKeyInfo(KeyInfo value)
|
javax.xml.bind.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,
java.lang.String id,
java.lang.String type,
java.lang.String mimeType,
java.lang.String encoding)
Fully-initialising value constructor
|
EncryptedKey(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String id,
java.lang.String type,
java.lang.String mimeType,
java.lang.String encoding,
ReferenceList referenceList,
java.lang.String carriedKeyName,
java.lang.String recipient)
Fully-initialising value constructor
|
EncryptedType(EncryptionMethodType encryptionMethod,
KeyInfo keyInfo,
CipherData cipherData,
EncryptionProperties encryptionProperties,
java.lang.String id,
java.lang.String type,
java.lang.String mimeType,
java.lang.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(java.util.Collection<java.lang.Object> values) |
KeyInfo |
KeyInfo.withContent(java.util.List<java.lang.Object> value) |
KeyInfo |
KeyInfo.withContent(java.lang.Object... values) |
KeyInfo |
KeyInfo.withId(java.lang.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,
java.util.List<Object> objects,
java.lang.String id)
Fully-initialising value constructor
|
Copyright © 2016 Digipost. All Rights Reserved.