Home
last modified time | relevance | path

Searched defs:ContentEncryptionAlgorithm (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwe/
H A Dcipher.go60 func NewAesContentCipher(alg jwa.ContentEncryptionAlgorithm) (*AesContentCipher, error) {
184 func NewRsaContentCipher(alg jwa.ContentEncryptionAlgorithm, pubkey *rsa.PublicKey) (*RsaContentCip…
H A Dcontent_crypt.go35 func NewAesCrypt(alg jwa.ContentEncryptionAlgorithm) (*GenericContentCrypt, error) {
H A Djwe.go18 …te, keyalg jwa.KeyEncryptionAlgorithm, key interface{}, contentalg jwa.ContentEncryptionAlgorithm,…
H A Dmessage.go552 func buildContentCipher(alg jwa.ContentEncryptionAlgorithm) (ContentCipher, error) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/keygen/
H A Dkeygen.go58 func NewEcdhes(alg jwa.KeyEncryptionAlgorithm, enc jwa.ContentEncryptionAlgorithm, keysize int, pub…
105 func NewX25519(alg jwa.KeyEncryptionAlgorithm, enc jwa.ContentEncryptionAlgorithm, keysize int, pub…
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/keygen/
H A Dkeygen.go58 func NewEcdhes(alg jwa.KeyEncryptionAlgorithm, enc jwa.ContentEncryptionAlgorithm, keysize int, pub…
105 func NewX25519(alg jwa.KeyEncryptionAlgorithm, enc jwa.ContentEncryptionAlgorithm, keysize int, pub…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwa/
H A Dcontent_encryption.go10 type ContentEncryptionAlgorithm string type
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/content_crypt/
H A Dcontent_crypt.go26 func NewGeneric(alg jwa.ContentEncryptionAlgorithm) (*Generic, error) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwa/
H A Dcontent_encryption_gen.go14 type ContentEncryptionAlgorithm string type
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/content_crypt/
H A Dcontent_crypt.go26 func NewGeneric(alg jwa.ContentEncryptionAlgorithm) (*Generic, error) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwa/
H A Dcontent_encryption_gen.go14 type ContentEncryptionAlgorithm string type
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/go.mozilla.org/pkcs7/
H A Dencrypt.go37 ContentEncryptionAlgorithm pkix.AlgorithmIdentifier member
63 var ContentEncryptionAlgorithm = EncryptionAlgorithmDESCBC var
/dports/security/vault/vault-1.8.2/builtin/credential/aws/pkcs7/
H A Dencrypt.go37 ContentEncryptionAlgorithm pkix.AlgorithmIdentifier member
63 var ContentEncryptionAlgorithm = EncryptionAlgorithmDESCBC var
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/go.mozilla.org/pkcs7/
H A Dencrypt.go37 ContentEncryptionAlgorithm pkix.AlgorithmIdentifier member
63 var ContentEncryptionAlgorithm = EncryptionAlgorithmDESCBC var
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/
H A Ddecrypt.go52 func NewDecrypter(keyalg jwa.KeyEncryptionAlgorithm, ctalg jwa.ContentEncryptionAlgorithm, privkey …
80 func (d *Decrypter) ContentEncryptionAlgorithm(ctalg jwa.ContentEncryptionAlgorithm) *Decrypter { func
H A Djwe.go32 …te, keyalg jwa.KeyEncryptionAlgorithm, key interface{}, contentalg jwa.ContentEncryptionAlgorithm,…
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/
H A Ddecrypt.go52 func NewDecrypter(keyalg jwa.KeyEncryptionAlgorithm, ctalg jwa.ContentEncryptionAlgorithm, privkey …
80 func (d *Decrypter) ContentEncryptionAlgorithm(ctalg jwa.ContentEncryptionAlgorithm) *Decrypter { func
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/cipher/
H A Dcipher.go46 func NewAES(alg jwa.ContentEncryptionAlgorithm) (*AesContentCipher, error) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/cipher/
H A Dcipher.go46 func NewAES(alg jwa.ContentEncryptionAlgorithm) (*AesContentCipher, error) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Interop/Windows/Crypt32/
H A DInterop.CMSG_ENVELOPED_ENCODE_INFO.cs21 internal CRYPT_ALGORITHM_IDENTIFIER ContentEncryptionAlgorithm; field
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/internal/keyenc/
H A Dkeyenc.go198 func NewECDHESEncrypt(alg jwa.KeyEncryptionAlgorithm, enc jwa.ContentEncryptionAlgorithm, keysize i…
260 func NewECDHESDecrypt(keyalg jwa.KeyEncryptionAlgorithm, contentalg jwa.ContentEncryptionAlgorithm,…
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/internal/keyenc/
H A Dkeyenc.go198 func NewECDHESEncrypt(alg jwa.KeyEncryptionAlgorithm, enc jwa.ContentEncryptionAlgorithm, keysize i…
260 func NewECDHESDecrypt(keyalg jwa.KeyEncryptionAlgorithm, contentalg jwa.ContentEncryptionAlgorithm,…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/
H A DEnvelopedCms.cs53 public AlgorithmIdentifier ContentEncryptionAlgorithm { get; private set; } property in System.Security.Cryptography.Pkcs.EnvelopedCms
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Security/System.Security.Cryptography.Pkcs/
H A DEnvelopedCms.cs103 public AlgorithmIdentifier ContentEncryptionAlgorithm { property in System.Security.Cryptography.Pkcs.EnvelopedCms
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/internal/jwxtest/
H A Djwxtest.go282 …yte, keyalg jwa.KeyEncryptionAlgorithm, keyfile string, contentalg jwa.ContentEncryptionAlgorithm,…

1234567891011