public class EncryptionKey extends Object implements Serializable, Cloneable
Constructor and Description |
---|
EncryptionKey() |
Modifier and Type | Method and Description |
---|---|
EncryptionKey |
clone() |
boolean |
equals(Object obj) |
String |
getId() |
String |
getType() |
int |
hashCode() |
void |
setId(String id) |
void |
setType(EncryptionKeyType type) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EncryptionKey |
withId(String id) |
EncryptionKey |
withType(EncryptionKeyType type) |
EncryptionKey |
withType(String type) |
public void setId(String id)
id
- public String getId()
public EncryptionKey withId(String id)
id
- public void setType(String type)
type
- EncryptionKeyType
public String getType()
EncryptionKeyType
public EncryptionKey withType(String type)
type
- EncryptionKeyType
public void setType(EncryptionKeyType type)
type
- EncryptionKeyType
public EncryptionKey withType(EncryptionKeyType type)
type
- EncryptionKeyType
public String toString()
toString
in class Object
Object.toString()
public EncryptionKey clone()
Copyright © 2015. All rights reserved.