public class BCqTESLAPublicKey extends Object implements PublicKey, QTESLAKey
Constructor and Description |
---|
BCqTESLAPublicKey(QTESLAPublicKeyParameters keyParams) |
BCqTESLAPublicKey(SubjectPublicKeyInfo keyInfo) |
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() |
public BCqTESLAPublicKey(QTESLAPublicKeyParameters keyParams)
public BCqTESLAPublicKey(SubjectPublicKeyInfo keyInfo) throws IOException
IOException
public final String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public QTESLAParameterSpec getParams()
QTESLAKey
Copyright © 2020 BouncyCastle.org. All rights reserved.