|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmKeyParms
public class TcTpmKeyParms
This class provides a standard mechanism to define the parameters used to generate a key pair, and to store the parts of a key shared between the public and private key parts.
Constructor Summary | |
---|---|
TcTpmKeyParms()
Constructor - see superclass for details |
|
TcTpmKeyParms(TcBlobData blob)
Constructor - see superclass for details |
|
TcTpmKeyParms(TcBlobData blob,
int offset)
Constructor - see superclass for details |
|
TcTpmKeyParms(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getAlgorithmID()
Returns contents of the algorithmID field. |
TcBlobData |
getEncoded()
This method encodes the TPM_KEY_PARMS as a byte blob. |
int |
getEncScheme()
Returns contents of the encScheme field. |
TcBlobData |
getParms()
Returns contents of the parms field. |
long |
getParmSize()
Returns contents of the parmSize field. |
int |
getSigScheme()
Returns contents of the sigScheme field. |
void |
setAlgorithmID(long algorithmID)
Sets the algorithmID field. |
void |
setEncScheme(int encScheme)
Sets the encScheme field. |
void |
setParms(TcBlobData parms)
Sets the parms field. |
void |
setSigScheme(int sigScheme)
Sets the sigScheme field. |
String |
toString()
This method returns a String representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTpmKeyParms()
public TcTpmKeyParms(TcBlobData blob)
public TcTpmKeyParms(TcBlobData blob, int offset)
public TcTpmKeyParms(TcCompositeTypeDecoder composite)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public long getAlgorithmID()
public void setAlgorithmID(long algorithmID)
public int getEncScheme()
public void setEncScheme(int encScheme)
public TcBlobData getParms()
public void setParms(TcBlobData parms)
public long getParmSize()
public int getSigScheme()
public void setSigScheme(int sigScheme)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |