Class GenericKey
- Namespace
- Org.BouncyCastle.Crypto.Operators
- Assembly
- BouncyCastle.Cryptography.dll
- Inheritance
-
GenericKey
- Inherited Members
-
Constructors
GenericKey(AlgorithmIdentifier, byte[])
public GenericKey(AlgorithmIdentifier algorithmIdentifier, byte[] representation)
Parameters
algorithmIdentifier AlgorithmIdentifier
representation byte[]
GenericKey(AlgorithmIdentifier, object)
public GenericKey(AlgorithmIdentifier algorithmIdentifier, object representation)
Parameters
algorithmIdentifier AlgorithmIdentifier
representation object
GenericKey(object)
public GenericKey(object representation)
Parameters
representation object
Properties
AlgorithmIdentifier
public AlgorithmIdentifier AlgorithmIdentifier { get; }
Property Value
- AlgorithmIdentifier
Representation
public object Representation { get; }
Property Value
- object