C# Class SyrupPayJose.Jwe.JweSerializer

Inheritance: IJoseAction
Afficher le fichier Open project: SKplanet/syruppay-csharp Class Usage Examples

Méthodes publiques

Méthode Description
CompactDeserialization ( ) : string
CompactSerialization ( ) : string
GetAad ( ) : byte[]
GetHeader ( ) : JoseHeader
JweSerializer ( JoseHeader header, string payload, string key ) : System
JweSerializer ( String serialized, string key ) : System
SetUserEncryptionKey ( byte cek, byte iv ) : void

Method Details

CompactDeserialization() public méthode

public CompactDeserialization ( ) : string
Résultat string

CompactSerialization() public méthode

public CompactSerialization ( ) : string
Résultat string

GetAad() public méthode

public GetAad ( ) : byte[]
Résultat byte[]

GetHeader() public méthode

public GetHeader ( ) : JoseHeader
Résultat JoseHeader

JweSerializer() public méthode

public JweSerializer ( JoseHeader header, string payload, string key ) : System
header JoseHeader
payload string
key string
Résultat System

JweSerializer() public méthode

public JweSerializer ( String serialized, string key ) : System
serialized String
key string
Résultat System

SetUserEncryptionKey() public méthode

public SetUserEncryptionKey ( byte cek, byte iv ) : void
cek byte
iv byte
Résultat void