C# 클래스 SyrupPayJose.Jwe.JweSerializer

상속: IJoseAction
파일 보기 프로젝트 열기: SKplanet/syruppay-csharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CompactDeserialization() 공개 메소드

public CompactDeserialization ( ) : string
리턴 string

CompactSerialization() 공개 메소드

public CompactSerialization ( ) : string
리턴 string

GetAad() 공개 메소드

public GetAad ( ) : byte[]
리턴 byte[]

GetHeader() 공개 메소드

public GetHeader ( ) : JoseHeader
리턴 JoseHeader

JweSerializer() 공개 메소드

public JweSerializer ( JoseHeader header, string payload, string key ) : System
header JoseHeader
payload string
key string
리턴 System

JweSerializer() 공개 메소드

public JweSerializer ( String serialized, string key ) : System
serialized String
key string
리턴 System

SetUserEncryptionKey() 공개 메소드

public SetUserEncryptionKey ( byte cek, byte iv ) : void
cek byte
iv byte
리턴 void