C# Class SyrupPayJose.Jwe.JweStructure

显示文件 Open project: SKplanet/syruppay-csharp

Public Properties

Property Type Description
at byte[]
cek byte[]
cipherText byte[]
iv byte[]
joseHeader JoseHeader

Public Methods

Method Description
Set ( string src ) : void
ToString ( ) : string

Method Details

Set() public method

public Set ( string src ) : void
src string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

at public_oe property

public byte[] at
return byte[]

cek public_oe property

public byte[] cek
return byte[]

cipherText public_oe property

public byte[] cipherText
return byte[]

iv public_oe property

public byte[] iv
return byte[]

joseHeader public_oe property

public JoseHeader joseHeader
return JoseHeader