public class PrototypeKeyBindingType extends KeyBindingAbstractType
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
revocationCodeIdentifier |
protected ValidityIntervalType |
validityInterval |
id, keyInfo, keyUsage, useKeyWith| Constructor and Description |
|---|
PrototypeKeyBindingType() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getRevocationCodeIdentifier()
Gets the value of the revocationCodeIdentifier property.
|
ValidityIntervalType |
getValidityInterval()
Gets the value of the validityInterval property.
|
void |
setRevocationCodeIdentifier(byte[] value)
Sets the value of the revocationCodeIdentifier property.
|
void |
setValidityInterval(ValidityIntervalType value)
Sets the value of the validityInterval property.
|
getId, getKeyInfo, getKeyUsage, getUseKeyWith, setId, setKeyInfoprotected ValidityIntervalType validityInterval
protected byte[] revocationCodeIdentifier
public ValidityIntervalType getValidityInterval()
ValidityIntervalTypepublic void setValidityInterval(ValidityIntervalType value)
value - allowed object is
ValidityIntervalTypepublic byte[] getRevocationCodeIdentifier()
public void setRevocationCodeIdentifier(byte[] value)
value - allowed object is
byte[]Apache CXF