|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.crypt.x509.types.KeyIdentifier
public class KeyIdentifier
Friendly representation of an OCTET STRING representing key identifier data as described in section 4.2.1.1 of RFC 2459.
| Constructor Summary | |
|---|---|
KeyIdentifier(byte[] id)
Creates a new key identifier with the given identifier bytes. |
|
KeyIdentifier(String fingerprint)
Creates a new key identifier with the given key identifier fingerprint. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
byte[] |
getIdentifier()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyIdentifier(byte[] id)
id - Key identifier bytes.public KeyIdentifier(String fingerprint)
fingerprint - Key identifier fingerprint, e.g.,
25:48:2F:28:EC:5D:19:BB:1D:25:AE:94:93:B1:7B:B5:35:96:24:66.| Method Detail |
|---|
public byte[] getIdentifier()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||