PaddedBlockCipherParameters<UnderlyingCipherParameters extends CipherParameters?, PaddingCipherParameters extends CipherParameters?> class

CipherParameters for PaddedBlockCiphers consisting of two underlying CipherParameters, one for the BlockCipher (of type UnderlyingCipherParameters) and the other for the Padding (of type PaddingCipherParameters).

Implemented types

Constructors

PaddedBlockCipherParameters(UnderlyingCipherParameters? underlyingCipherParameters, PaddingCipherParameters? paddingCipherParameters)

Properties

hashCode int
The hash code for this object.
no setterinherited
paddingCipherParameters → PaddingCipherParameters?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
underlyingCipherParameters → UnderlyingCipherParameters?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited