Search
Preparing search index...
The search index is not available
electionguard
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
electionguard
EncryptionState
Class EncryptionState
State used for all encryption functions, wrapped into a single class.
Hierarchy
EncryptionState
Index
Constructors
constructor
Properties
context
extended
Base
Hash
group
manifest
manifest
Hash
public
Key
validate
Methods
equals
Constructors
constructor
new
Encryption
State
(
group
:
GroupContext
, manifest
:
Manifest
, context
:
ElectionContext
, validate
:
boolean
)
:
EncryptionState
Parameters
group:
GroupContext
manifest:
Manifest
context:
ElectionContext
validate:
boolean
Returns
EncryptionState
Properties
Readonly
context
context
:
ElectionContext
extended
Base
Hash
extended
Base
Hash
:
ElementModQ
Readonly
group
group
:
GroupContext
Readonly
manifest
manifest
:
Manifest
manifest
Hash
manifest
Hash
:
ElementModQ
public
Key
public
Key
:
ElGamalPublicKey
Readonly
validate
validate
:
boolean
Methods
equals
equals
(
other
:
EncryptionState
)
:
boolean
Parameters
other:
EncryptionState
Returns
boolean
Exports
Encryption
State
constructor
context
extended
Base
Hash
group
manifest
manifest
Hash
public
Key
validate
equals
Generated using
TypeDoc
State used for all encryption functions, wrapped into a single class.