org.bouncycastle.pqc.jcajce.provider.sqisign
Class BCSQIsignPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.sqisign.BCSQIsignPrivateKey
- All Implemented Interfaces:
- java.security.Key, java.security.PrivateKey, java.io.Serializable, SQIsignKey
- public class BCSQIsignPrivateKey
- extends java.lang.Object
- implements java.security.PrivateKey, SQIsignKey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BCSQIsignPrivateKey
public BCSQIsignPrivateKey(SQIsignPrivateKeyParameters params)
BCSQIsignPrivateKey
public BCSQIsignPrivateKey(PrivateKeyInfo keyInfo)
throws java.io.IOException
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
getAlgorithm
public final java.lang.String getAlgorithm()
- Specified by:
getAlgorithm in interface java.security.Key
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded in interface java.security.Key
getParameterSpec
public SQIsignParameterSpec getParameterSpec()
- Description copied from interface:
SQIsignKey
- Return the parameters for this key.
- Specified by:
getParameterSpec in interface SQIsignKey
- Returns:
- a SQIsignParameterSpec
getFormat
public java.lang.String getFormat()
- Specified by:
getFormat in interface java.security.Key