| Package | Description |
|---|---|
| org.w3.www._2000._09.xmldsig | |
| org.w3.www._2001._04.xmlenc |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
SignatureType.getKeyInfo()
Gets the keyInfo value for this SignatureType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignatureType.setKeyInfo(KeyInfoType keyInfo)
Sets the keyInfo value for this SignatureType.
|
| Constructor and Description |
|---|
SignatureType(SignedInfoType signedInfo,
SignatureValueType signatureValue,
KeyInfoType keyInfo,
ObjectType[] object,
org.apache.axis.types.Id id) |
| Modifier and Type | Method and Description |
|---|---|
KeyInfoType |
EncryptedType.getKeyInfo()
Gets the keyInfo value for this EncryptedType.
|
KeyInfoType |
AgreementMethodType.getOriginatorKeyInfo()
Gets the originatorKeyInfo value for this AgreementMethodType.
|
KeyInfoType |
AgreementMethodType.getRecipientKeyInfo()
Gets the recipientKeyInfo value for this AgreementMethodType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptedType.setKeyInfo(KeyInfoType keyInfo)
Sets the keyInfo value for this EncryptedType.
|
void |
AgreementMethodType.setOriginatorKeyInfo(KeyInfoType originatorKeyInfo)
Sets the originatorKeyInfo value for this AgreementMethodType.
|
void |
AgreementMethodType.setRecipientKeyInfo(KeyInfoType recipientKeyInfo)
Sets the recipientKeyInfo value for this AgreementMethodType.
|
| Constructor and Description |
|---|
AgreementMethodType(byte[] KANonce,
org.apache.axis.message.MessageElement[] _any,
KeyInfoType originatorKeyInfo,
KeyInfoType recipientKeyInfo,
org.apache.axis.types.URI algorithm) |
EncryptedDataType(org.apache.axis.types.Id id,
org.apache.axis.types.URI type,
java.lang.String mimeType,
org.apache.axis.types.URI encoding,
EncryptionMethodType encryptionMethod,
KeyInfoType keyInfo,
CipherDataType cipherData,
EncryptionPropertyType[] encryptionProperties) |
EncryptedKeyType(org.apache.axis.types.Id id,
org.apache.axis.types.URI type,
java.lang.String mimeType,
org.apache.axis.types.URI encoding,
EncryptionMethodType encryptionMethod,
KeyInfoType keyInfo,
CipherDataType cipherData,
EncryptionPropertyType[] encryptionProperties,
java.lang.String recipient,
ReferenceList referenceList,
java.lang.String carriedKeyName) |
EncryptedType(org.apache.axis.types.Id id,
org.apache.axis.types.URI type,
java.lang.String mimeType,
org.apache.axis.types.URI encoding,
EncryptionMethodType encryptionMethod,
KeyInfoType keyInfo,
CipherDataType cipherData,
EncryptionPropertyType[] encryptionProperties) |
Copyright © 2025. All rights reserved.