| Package | Description |
|---|---|
| org.etsi.uri.TS102204.v1_1_2 |
| Modifier and Type | Method and Description |
|---|---|
DigestAlgAndValueType |
MssURIType.getDigestAlgAndValue()
Gets the digestAlgAndValue value for this MssURIType.
|
DigestAlgAndValueType[] |
KeyReferenceType.getHashOfCAPublicKey()
Gets the hashOfCAPublicKey value for this KeyReferenceType.
|
DigestAlgAndValueType |
KeyReferenceType.getHashOfCAPublicKey(int i) |
DigestAlgAndValueType[] |
KeyReferenceType.getHashOfUsersPublicKey()
Gets the hashOfUsersPublicKey value for this KeyReferenceType.
|
DigestAlgAndValueType |
KeyReferenceType.getHashOfUsersPublicKey(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
MssURIType.setDigestAlgAndValue(DigestAlgAndValueType digestAlgAndValue)
Sets the digestAlgAndValue value for this MssURIType.
|
void |
KeyReferenceType.setHashOfCAPublicKey(DigestAlgAndValueType[] hashOfCAPublicKey)
Sets the hashOfCAPublicKey value for this KeyReferenceType.
|
void |
KeyReferenceType.setHashOfCAPublicKey(int i,
DigestAlgAndValueType _value) |
void |
KeyReferenceType.setHashOfUsersPublicKey(DigestAlgAndValueType[] hashOfUsersPublicKey)
Sets the hashOfUsersPublicKey value for this KeyReferenceType.
|
void |
KeyReferenceType.setHashOfUsersPublicKey(int i,
DigestAlgAndValueType _value) |
| Constructor and Description |
|---|
KeyReferenceType(org.apache.axis.types.URI[] certificateURL,
java.lang.String[] certificateIssuerDN,
DigestAlgAndValueType[] hashOfUsersPublicKey,
DigestAlgAndValueType[] hashOfCAPublicKey,
org.apache.axis.message.MessageElement[] _any) |
KeyReferenceType(org.apache.axis.types.URI[] certificateURL,
java.lang.String[] certificateIssuerDN,
DigestAlgAndValueType[] hashOfUsersPublicKey,
DigestAlgAndValueType[] hashOfCAPublicKey,
org.apache.axis.message.MessageElement[] _any) |
MssURIType(org.apache.axis.types.URI mssURI,
DigestAlgAndValueType digestAlgAndValue,
org.apache.axis.message.MessageElement[] _any) |
Copyright © 2025. All rights reserved.