Class X448PublicKeyParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public sealed class X448PublicKeyParameters : AsymmetricKeyParameter, ICipherParameters
- Inheritance
-
X448PublicKeyParameters
- Implements
-
- Inherited Members
-
Constructors
X448PublicKeyParameters(byte[], int)
public X448PublicKeyParameters(byte[] buf, int off)
Parameters
buf
byte[]
off
int
X448PublicKeyParameters(Stream)
public X448PublicKeyParameters(Stream input)
Parameters
input
Stream
Fields
KeySize
public static readonly int KeySize
Field Value
- int
Methods
Encode(byte[], int)
public void Encode(byte[] buf, int off)
Parameters
buf
byte[]
off
int
GetEncoded()
public byte[] GetEncoded()
Returns
- byte[]