public class BCqTESLAPrivateKey extends java.lang.Object implements java.security.PrivateKey, QTESLAKey
| Constructor and Description |
|---|
BCqTESLAPrivateKey(PrivateKeyInfo keyInfo) |
BCqTESLAPrivateKey(QTESLAPrivateKeyParameters keyParams) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
QTESLAParameterSpec |
getParams()
Return the parameters for this key - in this case the security category.
|
int |
hashCode() |
public BCqTESLAPrivateKey(QTESLAPrivateKeyParameters keyParams)
public BCqTESLAPrivateKey(PrivateKeyInfo keyInfo) throws java.io.IOException
java.io.IOExceptionpublic final java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic QTESLAParameterSpec getParams()
QTESLAKeypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object