| Package | Description |
|---|---|
| iaik.cms |
| Modifier and Type | Method and Description |
|---|---|
OtherKeyAttribute |
KEKIdentifier.getOtherKeyAttribute()
Gets the optional OtherKeyAttribute component value.
|
OtherKeyAttribute |
RecipientKeyIdentifier.getOtherKeyAttribute()
Gets the optional OtherKeyAttribute component value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KEKIdentifier.hasOtherKeyAttribute(OtherKeyAttribute otherKeyAttribute)
Checks if this KEKIdentifier holds the given OtherKeyAttribute.
|
boolean |
RecipientKeyIdentifier.hasOtherKeyAttribute(OtherKeyAttribute otherKeyAttribute)
Checks if this RecipientKeyIdentifier holds the given OtherKeyAttribute.
|
void |
KEKIdentifier.setOtherKeyAttribute(OtherKeyAttribute other)
Sets the optional OtherKeyAttribute component.
|
void |
RecipientKeyIdentifier.setOtherKeyAttribute(OtherKeyAttribute other)
Sets the optional OtherKeyAttribute component.
|