|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.flashaccess.sdk.cert.MachineId
public class MachineId
This class contains information used to identify a machine.
| Constructor Summary | |
|---|---|
MachineId(byte[] machineId)
Creates a MachineId instance from a serialized machine identifier. |
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
Serializes this MachineId instance. |
java.lang.String |
getUniqueId()
Retrieves the identifier assigned to the machine during individualization. |
boolean |
matches(MachineId otherMachineId)
Determine if this object represents the same machine as the specified MachineId. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MachineId(byte[] machineId)
MachineId instance from a serialized machine identifier.
machineId - The serialized machine identifier.| Method Detail |
|---|
public byte[] getBytes()
MachineId instance.
MachineId.public java.lang.String getUniqueId()
MachineId.matches(MachineId).
public boolean matches(MachineId otherMachineId)
MachineId.
otherMachineId - The machine identifier object to be compared.
true if the machine identifiers match, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||