C# 클래스 SyrupPayJose.Jwe.JweStructure

파일 보기 프로젝트 열기: SKplanet/syruppay-csharp

공개 프로퍼티들

프로퍼티 타입 설명
at byte[]
cek byte[]
cipherText byte[]
iv byte[]
joseHeader JoseHeader

공개 메소드들

메소드 설명
Set ( string src ) : void
ToString ( ) : string

메소드 상세

Set() 공개 메소드

public Set ( string src ) : void
src string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

at 공개적으로 프로퍼티

public byte[] at
리턴 byte[]

cek 공개적으로 프로퍼티

public byte[] cek
리턴 byte[]

cipherText 공개적으로 프로퍼티

public byte[] cipherText
리턴 byte[]

iv 공개적으로 프로퍼티

public byte[] iv
리턴 byte[]

joseHeader 공개적으로 프로퍼티

public JoseHeader joseHeader
리턴 JoseHeader