|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTcTssKmKeyinfo
TcTssKmKeyinfo2
public class TcTssKmKeyinfo2
This class is identical to TcTssKmKeyinfo except that it additionally includes the key's storage type.
Constructor Summary | |
---|---|
TcTssKmKeyinfo2()
Default constructor. |
Method Summary | |
---|---|
long |
getPersistenStorageTypeParent()
This method returns the content of the persistenStorageTypeParent field. |
long |
getPersistentStorageType()
This method returns the content of the persistentStorageType field. |
TcTssKmKeyinfo |
init(TcTssVersion versionInfo,
TcTssUuid keyUuid,
TcTssUuid parentKeyUuid,
short authDataUsage,
boolean isLoaded,
TcBlobData vendorData,
long persistentStorageType,
long persistentStorageTypeParent)
Initialization method taking and setting all parameters at once. |
void |
setPersistenStorageTypeParent(long persistenStorageTypeParent)
This method sets the content of the persistenStorageTypeParent field. |
void |
setPersistentStorageType(long persistentStorageType)
This method sets the content of the persistentStorageType field. |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class TcTssKmKeyinfo |
---|
getAuthDataUsage, getKeyUuid, getParentKeyUuid, getVendorData, getVendorDataLength, getVersionInfo, init, isLoaded, setAuthDataUsage, setKeyUuid, setLoaded, setParentKeyUuid, setVendorData, setVersionInfo |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTssKmKeyinfo2()
Method Detail |
---|
public TcTssKmKeyinfo init(TcTssVersion versionInfo, TcTssUuid keyUuid, TcTssUuid parentKeyUuid, short authDataUsage, boolean isLoaded, TcBlobData vendorData, long persistentStorageType, long persistentStorageTypeParent)
public long getPersistenStorageTypeParent()
public void setPersistenStorageTypeParent(long persistenStorageTypeParent)
public long getPersistentStorageType()
public void setPersistentStorageType(long persistentStorageType)
public String toString()
toString
in class TcTssKmKeyinfo
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |