|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcTssKmKeyinfo
public class TcTssKmKeyinfo
This class provides information about a key registered in the TSS Persistent Storage.
Constructor Summary | |
---|---|
TcTssKmKeyinfo()
Default constructor. |
Method Summary | |
---|---|
short |
getAuthDataUsage()
Returns contents of the authDataUsage field. |
TcTssUuid |
getKeyUuid()
Returns contents of the keyUuid field. |
TcTssUuid |
getParentKeyUuid()
Returns contents of the parentKeyUuid field. |
TcBlobData |
getVendorData()
Returns contents of the rgbVendorData field. |
long |
getVendorDataLength()
Returns the length of the vendorData. |
TcTssVersion |
getVersionInfo()
Returns contents of the versionInfo field. |
TcTssKmKeyinfo |
init(TcTssVersion versionInfo,
TcTssUuid keyUuid,
TcTssUuid parentKeyUuid,
short authDataUsage,
boolean isLoaded,
TcBlobData vendorData)
Initialization method taking and setting all parameters at once. |
boolean |
isLoaded()
Returns contents of the isLoaded field. |
void |
setAuthDataUsage(short authDataUsage)
Sets the authDataUsage field. |
void |
setKeyUuid(TcTssUuid keyUuid)
Sets the keyUuid field. |
void |
setLoaded(boolean isLoaded)
Sets the isLoaded field. |
void |
setParentKeyUuid(TcTssUuid parentKeyUuid)
Sets the parentKeyUuid field. |
void |
setVendorData(TcBlobData rgbVendorData)
Sets the rgbVendorData field. |
void |
setVersionInfo(TcTssVersion versionInfo)
Sets the versionInfo field. |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTssKmKeyinfo()
Method Detail |
---|
public TcTssKmKeyinfo init(TcTssVersion versionInfo, TcTssUuid keyUuid, TcTssUuid parentKeyUuid, short authDataUsage, boolean isLoaded, TcBlobData vendorData)
public short getAuthDataUsage()
public void setAuthDataUsage(short authDataUsage)
public boolean isLoaded()
public void setLoaded(boolean isLoaded)
public TcTssUuid getKeyUuid()
public void setKeyUuid(TcTssUuid keyUuid)
public TcTssUuid getParentKeyUuid()
public void setParentKeyUuid(TcTssUuid parentKeyUuid)
public TcBlobData getVendorData()
public void setVendorData(TcBlobData rgbVendorData)
public long getVendorDataLength()
public TcTssVersion getVersionInfo()
public void setVersionInfo(TcTssVersion versionInfo)
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |