| Package | Description |
|---|---|
| org.apache.cxf.xkms.model.xkms |
| Modifier and Type | Field and Description |
|---|---|
protected PrivateKeyType |
RecoverResultType.privateKey |
protected PrivateKeyType |
RegisterResultType.privateKey |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyType |
ObjectFactory.createPrivateKeyType()
Create an instance of
PrivateKeyType |
PrivateKeyType |
RecoverResultType.getPrivateKey()
Gets the value of the privateKey property.
|
PrivateKeyType |
RegisterResultType.getPrivateKey()
Gets the value of the privateKey property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<PrivateKeyType> |
ObjectFactory.createPrivateKey(PrivateKeyType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<PrivateKeyType> |
ObjectFactory.createPrivateKey(PrivateKeyType value)
|
void |
RecoverResultType.setPrivateKey(PrivateKeyType value)
Sets the value of the privateKey property.
|
void |
RegisterResultType.setPrivateKey(PrivateKeyType value)
Sets the value of the privateKey property.
|
Apache CXF