SignatureRequest class
Properties
-
algorithm
↔ Algorithm
-
Signature algorithm to be used.
getter/setter pair
-
certificate
↔ ByteBuffer
-
The DER encoding of a X.509 certificate. The extension must sign
input
using the associated private key.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
input
↔ ByteBuffer
-
Data to be signed. Note that the data is not hashed.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
signRequestId
↔ int
-
Request identifier to be passed to
reportSignature
.
getter/setter pair
-
toJS
→ SignatureRequest
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited