C# Class SyrupPayJose.Jwe.JweStructure

Afficher le fichier Open project: SKplanet/syruppay-csharp

Méthodes publiques

Свойство Type Description
at byte[]
cek byte[]
cipherText byte[]
iv byte[]
joseHeader JoseHeader

Méthodes publiques

Méthode Description
Set ( string src ) : void
ToString ( ) : string

Method Details

Set() public méthode

public Set ( string src ) : void
src string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

at public_oe property

public byte[] at
Résultat byte[]

cek public_oe property

public byte[] cek
Résultat byte[]

cipherText public_oe property

public byte[] cipherText
Résultat byte[]

iv public_oe property

public byte[] iv
Résultat byte[]

joseHeader public_oe property

public JoseHeader joseHeader
Résultat JoseHeader