Class XWingPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.xwing.XWingKeyParameters
-
- org.bouncycastle.pqc.crypto.xwing.XWingPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class XWingPrivateKeyParameters extends XWingKeyParameters
-
-
Constructor Summary
Constructors Constructor Description XWingPrivateKeyParameters(byte[] encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-