Class BCUOVPrivateKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.uov.BCUOVPrivateKey
- All Implemented Interfaces:
Serializable,Key,PrivateKey,Destroyable,UOVKey
- See Also:
-
Constructor Details
-
BCUOVPrivateKey
-
BCUOVPrivateKey
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getParameterSpec
Description copied from interface:UOVKeyReturn the parameter set this key is bound to.- Specified by:
getParameterSpecin interfaceUOVKey- Returns:
- a UOVParameterSpec naming the (security-level, encoding-variant) pair.
-
getFormat
-