public class BCqTESLAPrivateKey extends Object implements PrivateKey, QTESLAKey
Constructor and Description |
---|
BCqTESLAPrivateKey(PrivateKeyInfo keyInfo) |
BCqTESLAPrivateKey(QTESLAPrivateKeyParameters keyParams) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
QTESLAParameterSpec |
getParams()
Return the parameters for this key - in this case the security category.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public BCqTESLAPrivateKey(QTESLAPrivateKeyParameters keyParams)
public BCqTESLAPrivateKey(PrivateKeyInfo keyInfo) throws IOException
IOException
public final String getAlgorithm()
getAlgorithm
in interface Key
public QTESLAParameterSpec getParams()
QTESLAKey
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2021 BouncyCastle.org. All rights reserved.