decode static method

SecretKey? decode(
  1. Unpacker u
)

Implementation

static SecretKey? decode(Unpacker u) {
  return SecretKey(u.unpackBinary());
}