type rawJSONWebEncryption …
type rawRecipientInfo …
type JSONWebEncryption …
type recipientInfo …
func (obj JSONWebEncryption) GetAuthData() []byte { … }
func (obj JSONWebEncryption) mergedHeaders(recipient *recipientInfo) rawHeader { … }
func (obj JSONWebEncryption) computeAuthData() []byte { … }
func ParseEncrypted(input string) (*JSONWebEncryption, error) { … }
func parseEncryptedFull(input string) (*JSONWebEncryption, error) { … }
func (parsed *rawJSONWebEncryption) sanitized() (*JSONWebEncryption, error) { … }
func parseEncryptedCompact(input string) (*JSONWebEncryption, error) { … }
func (obj JSONWebEncryption) CompactSerialize() (string, error) { … }
func (obj JSONWebEncryption) FullSerialize() string { … }