public class CipherVersionImpl extends Object implements CipherVersion, Serializable
CipherVersion,
Serialized Form| Constructor and Description |
|---|
CipherVersionImpl(String aCipherUid,
String aCipher)
Constructs the data structure with the required attributes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CipherVersion aCipherVersion) |
boolean |
equals(Object obj) |
String |
getCipher()
Returns the cipher attribute.
|
String |
getUniversalId() |
int |
hashCode() |
public String getUniversalId()
getUniversalId in interface org.refcodes.mixin.UniversalIdAccessorpublic String getCipher()
getCipher in interface CipherVersionpublic int compareTo(CipherVersion aCipherVersion)
compareTo in interface Comparable<CipherVersion>Copyright © 2018. All rights reserved.