public class KeyImpl extends Object implements Key, Serializable
| Constructor and Description |
|---|
KeyImpl()
Default constructor.
|
KeyImpl(String keyId)
Utility constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the unique Id of this key.
|
void |
setId(String id)
Sets the unique id associated with this key.
|
public KeyImpl()
public KeyImpl(String keyId)
public String getId() throws JAXRException
KeygetId in interface KeyJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.