public class P11ObjectIdentifier extends Object implements Comparable<P11ObjectIdentifier>
| Constructor and Description |
|---|
P11ObjectIdentifier(byte[] id,
String label)
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(P11ObjectIdentifier obj) |
boolean |
equals(Object obj) |
byte[] |
getId() |
String |
getIdHex() |
String |
getLabel() |
char[] |
getLabelChars() |
int |
hashCode() |
boolean |
matchesId(byte[] id) |
String |
toString() |
public P11ObjectIdentifier(byte[] id,
String label)
id - Identifier. Must not be null.label - Label. Must not be null.public byte[] getId()
public boolean matchesId(byte[] id)
public String getIdHex()
public String getLabel()
public char[] getLabelChars()
public int compareTo(P11ObjectIdentifier obj)
compareTo in interface Comparable<P11ObjectIdentifier>Copyright © 2018. All rights reserved.