Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.des
- Platforms: .NET, .NET Standard 2.0, Island
Constants
BlockSize
const BlockSize: Int64 = 8
const Int64 BlockSize = 8
static let BlockSize: Int64 = 8
const BlockSize Int64 = 8
Const BlockSize As Int64 = 8
Methods
NewCipher
class method NewCipher(key: Slice<Byte>): tuple of (Block, error)
static (Block, error) NewCipher(Slice<Byte> key)
static func NewCipher(_ key: Slice<Byte>) -> tuple of (Block, error)
func NewCipher(key Slice<Byte>) tuple of (Block, error)
Shared Function NewCipher(key As Slice<Byte>) As Tuple (Of Block, error)
Parameters:
- key:
NewTripleDESCipher
class method NewTripleDESCipher(key: Slice<Byte>): tuple of (Block, error)
static (Block, error) NewTripleDESCipher(Slice<Byte> key)
static func NewTripleDESCipher(_ key: Slice<Byte>) -> tuple of (Block, error)
func NewTripleDESCipher(key Slice<Byte>) tuple of (Block, error)
Shared Function NewTripleDESCipher(key As Slice<Byte>) As Tuple (Of Block, error)
Parameters:
- key: