public class McEliecePrivateKey
extends iaik.pkcs.pkcs8.PrivateKeyInfo
Modifier and Type | Method and Description |
---|---|
protected void |
decode(byte[] privateKey) |
void |
destroy() |
protected byte[] |
encode() |
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
McElieceParameterSpec |
getParameters() |
byte[] |
getRawEncoded() |
int |
hashCode() |
boolean |
isDestroyed() |
public McElieceParameterSpec getParameters()
protected void decode(byte[] privateKey) throws InvalidKeyException
decode
in class iaik.pkcs.pkcs8.PrivateKeyInfo
InvalidKeyException
protected byte[] encode()
encode
in class iaik.pkcs.pkcs8.PrivateKeyInfo
public String getAlgorithm()
getAlgorithm
in interface Key
getAlgorithm
in class iaik.pkcs.pkcs8.PrivateKeyInfo
public String getFormat()
public byte[] getEncoded()
getEncoded
in interface Key
getEncoded
in class iaik.pkcs.pkcs8.PrivateKeyInfo
public byte[] getRawEncoded()
public boolean equals(Object o)
equals
in class iaik.pkcs.pkcs8.PrivateKeyInfo
public int hashCode()
hashCode
in class iaik.pkcs.pkcs8.PrivateKeyInfo
public void destroy()
public boolean isDestroyed()
Copyright © 2020–2023 Stiftung SIC. All rights reserved.