Versions in this module Expand all Collapse all v0 v0.9.0 May 20, 2019 Changes in this version + type CompressionAlgorithm string + const Deflate + const NoCompress + func (v *CompressionAlgorithm) Accept(value interface{}) error + func (v CompressionAlgorithm) String() string + type ContentEncryptionAlgorithm string + const A128CBC_HS256 + const A128GCM + const A192CBC_HS384 + const A192GCM + const A256CBC_HS512 + const A256GCM + func (v *ContentEncryptionAlgorithm) Accept(value interface{}) error + func (v ContentEncryptionAlgorithm) String() string + type EllipticCurveAlgorithm string + const P256 + const P384 + const P521 + func (crv EllipticCurveAlgorithm) Size() int + func (v *EllipticCurveAlgorithm) Accept(value interface{}) error + func (v EllipticCurveAlgorithm) String() string + type KeyEncryptionAlgorithm string + const A128GCMKW + const A128KW + const A192GCMKW + const A192KW + const A256GCMKW + const A256KW + const DIRECT + const ECDH_ES + const ECDH_ES_A128KW + const ECDH_ES_A192KW + const ECDH_ES_A256KW + const PBES2_HS256_A128KW + const PBES2_HS384_A192KW + const PBES2_HS512_A256KW + const RSA1_5 + const RSA_OAEP + const RSA_OAEP_256 + func (v *KeyEncryptionAlgorithm) Accept(value interface{}) error + func (v KeyEncryptionAlgorithm) String() string + type KeyType string + const EC + const InvalidKeyType + const OctetSeq + const RSA + func (v *KeyType) Accept(value interface{}) error + func (v KeyType) String() string + type SignatureAlgorithm string + const ES256 + const ES384 + const ES512 + const HS256 + const HS384 + const HS512 + const NoSignature + const PS256 + const PS384 + const PS512 + const RS256 + const RS384 + const RS512 + func (v *SignatureAlgorithm) Accept(value interface{}) error + func (v SignatureAlgorithm) String() string