Home
last modified time | relevance | path

Searched refs:Signer (Results 1 – 25 of 5872) sorted by relevance

12345678910>>...235

/dports/devel/poco/poco-1.10.1-all/JWT/src/
H A DSigner.cpp341 Signer::Signer() in Signer() function in Poco::JWT::Signer
347 Signer::Signer(const std::string& hmacKey): in Signer() function in Poco::JWT::Signer
354 Signer::Signer(const Poco::SharedPtr<Poco::Crypto::RSAKey>& pRSAKey): in Signer() function in Poco::JWT::Signer
361 Signer::Signer(const Poco::SharedPtr<Poco::Crypto::ECKey>& pECKey): in Signer() function in Poco::JWT::Signer
368 Signer::~Signer() in ~Signer()
373 Signer& Signer::setAlgorithms(const std::set<std::string>& algorithms) in setAlgorithms()
380 Signer& Signer::addAlgorithm(const std::string& algorithm) in addAlgorithm()
387 Signer& Signer::addAllAlgorithms() in addAllAlgorithms()
405 Signer& Signer::setHMACKey(const std::string& key) in setHMACKey()
412 Signer& Signer::setRSAKey(const Poco::SharedPtr<Poco::Crypto::RSAKey>& pKey) in setRSAKey()
[all …]
/dports/devel/poco/poco-1.10.1-all/JWT/include/Poco/JWT/
H A DSigner.h33 class JWT_API Signer
48 Signer();
58 explicit Signer(const std::string& hmacKey);
79 ~Signer();
82 Signer& setAlgorithms(const std::set<std::string>& algorithms);
91 Signer& addAlgorithm(const std::string& algorithm);
94 Signer& addAllAlgorithms();
97 Signer& setHMACKey(const std::string& key);
154 Signer(const Signer&);
155 Signer& operator = (const Signer&);
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/signer/universal/
H A Duniversal.go19 type Signer struct { struct
20 local signer.Signer argument
21 remote signer.Signer argument
95 s := &Signer{
121 var s signer.Signer
174 func (s *Signer) Info(req info.Req) (resp *info.Resp, err error) { argument
188 func (s *Signer) SetDBAccessor(dba certdb.Accessor) { argument
193 func (s *Signer) GetDBAccessor() certdb.Accessor { argument
204 func (s *Signer) SigAlgo() x509.SignatureAlgorithm { argument
215 func (s *Signer) SetPolicy(policy *config.Signing) { argument
[all …]
/dports/devel/poco/poco-1.10.1-all/JWT/testsuite/src/
H A DSignerTest.cpp175 signer.addAlgorithm(Signer::ALGO_HS384); in testVerifyHS384()
198 signer.addAlgorithm(Signer::ALGO_HS512); in testVerifyHS512()
259 Signer signer(pKey); in testSignRS256()
277 Signer signer(pKey); in testSignRS384()
295 Signer signer(pKey); in testSignRS512()
309 Signer signer(pKey); in testVerifyRS256()
335 Signer signer(pKey); in testVerifyRS384()
361 Signer signer(pKey); in testVerifyRS512()
394 Signer signer(pKey); in testSignVerifyES256()
400 Signer verifier(pKey); in testSignVerifyES256()
[all …]
/dports/www/elixir-joken/joken-2.4.1/test/
H A Djoken_signer_test.exs1 defmodule Joken.Signer.Test do
3 alias Joken.{Error, Signer}
5 doctest Signer
18 # assert %Signer{alg: "Ed25519"} = Signer.parse_config(:ed25519)
29 # Signer.parse_config(:ed25519)
37 assert %Signer{
50 assert %Signer{
61 signer = Signer.create("RS256", map)
63 assert %Signer{
74 Signer.create("RS256", "Not a map")
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/security/authentication/util/
H A DTestSigner.java22 new Signer(null); in testNoSecret()
30 Signer signer = new Signer("secret".getBytes()); in testNullAndEmptyString()
50 Signer signer = new Signer("secret".getBytes()); in testSignature()
59 Signer signer = new Signer("secret".getBytes()); in testVerify()
67 Signer signer = new Signer("secret".getBytes()); in testInvalidSignedText()
79 Signer signer = new Signer("secret".getBytes()); in testTampering()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/signer/remote/
H A Dremote.go20 type Signer struct { struct
27 func NewSigner(policy *config.Signing) (*Signer, error) {
33 return &Signer{policy: policy}, nil
44 func (s *Signer) Sign(req signer.SignRequest) (cert []byte, err error) { argument
57 func (s *Signer) Info(req info.Req) (resp *info.Resp, err error) { argument
105 func (s *Signer) SigAlgo() x509.SignatureAlgorithm { argument
111 func (s *Signer) SetPolicy(policy *config.Signing) { argument
116 func (s *Signer) SetDBAccessor(dba certdb.Accessor) { argument
121 func (s *Signer) GetDBAccessor() certdb.Accessor { argument
126 func (s *Signer) SetReqModifier(mod func(*http.Request, []byte)) { argument
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/
H A DSigner.h33 class AWS_CLOUDFRONT_API Signer
36 Signer();
37 Signer(const Aws::Utils::Xml::XmlNode& xmlNode);
38 Signer& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
89 …inline Signer& WithAwsAccountNumber(const Aws::String& value) { SetAwsAccountNumber(value); return… in WithAwsAccountNumber()
97 …inline Signer& WithAwsAccountNumber(Aws::String&& value) { SetAwsAccountNumber(std::move(value)); … in WithAwsAccountNumber()
105 …inline Signer& WithAwsAccountNumber(const char* value) { SetAwsAccountNumber(value); return *this;} in WithAwsAccountNumber()
131 inline Signer& WithKeyPairIds(const KeyPairIds& value) { SetKeyPairIds(value); return *this;} in WithKeyPairIds()
136 …inline Signer& WithKeyPairIds(KeyPairIds&& value) { SetKeyPairIds(std::move(value)); return *this;} in WithKeyPairIds()
H A DActiveTrustedSigners.h98 inline const Aws::Vector<Signer>& GetItems() const{ return m_items; } in GetItems()
112 …inline void SetItems(const Aws::Vector<Signer>& value) { m_itemsHasBeenSet = true; m_items = value… in SetItems()
119 …inline void SetItems(Aws::Vector<Signer>&& value) { m_itemsHasBeenSet = true; m_items = std::move(… in SetItems()
126 …inline ActiveTrustedSigners& WithItems(const Aws::Vector<Signer>& value) { SetItems(value); return… in WithItems()
133 …inline ActiveTrustedSigners& WithItems(Aws::Vector<Signer>&& value) { SetItems(std::move(value)); … in WithItems()
140 …inline ActiveTrustedSigners& AddItems(const Signer& value) { m_itemsHasBeenSet = true; m_items.pus… in AddItems()
147 …inline ActiveTrustedSigners& AddItems(Signer&& value) { m_itemsHasBeenSet = true; m_items.push_bac… in AddItems()
157 Aws::Vector<Signer> m_items;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/
H A DTestSigner.java26 Signer signer = new Signer(createStringSignerSecretProvider()); in testNullAndEmptyString()
47 Signer signer = new Signer(createStringSignerSecretProvider()); in testSignature()
57 Signer signer = new Signer(createStringSignerSecretProvider()); in testVerify()
66 Signer signer = new Signer(createStringSignerSecretProvider()); in testInvalidSignedText()
79 Signer signer = new Signer(createStringSignerSecretProvider()); in testTampering()
104 Signer signer = new Signer(secretProvider); in testMultipleSecrets()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/source/model/
H A DSigner.cpp23 Signer::Signer() : in Signer() function in Aws::CloudFront::Model::Signer
29 Signer::Signer(const XmlNode& xmlNode) : in Signer() function in Aws::CloudFront::Model::Signer
36 Signer& Signer::operator =(const XmlNode& xmlNode) in operator =()
59 void Signer::AddToNode(XmlNode& parentNode) const in AddToNode()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jws/
H A Dsigner.go9 Create() (Signer, error)
11 type SignerFactoryFn func() (Signer, error)
13 func (fn SignerFactoryFn) Create() (Signer, error) {
34 return SignerFactoryFn(func() (Signer, error) {
42 return SignerFactoryFn(func() (Signer, error) {
50 return SignerFactoryFn(func() (Signer, error) {
56 RegisterSigner(jwa.EdDSA, SignerFactoryFn(func() (Signer, error) {
62 func NewSigner(alg jwa.SignatureAlgorithm) (Signer, error) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jws/
H A Dsigner.go9 Create() (Signer, error)
11 type SignerFactoryFn func() (Signer, error)
13 func (fn SignerFactoryFn) Create() (Signer, error) {
34 return SignerFactoryFn(func() (Signer, error) {
42 return SignerFactoryFn(func() (Signer, error) {
50 return SignerFactoryFn(func() (Signer, error) {
56 RegisterSigner(jwa.EdDSA, SignerFactoryFn(func() (Signer, error) {
62 func NewSigner(alg jwa.SignatureAlgorithm) (Signer, error) {
/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/repository/crypto/
H A Dsigner.rs11 pub trait Signer { trait
73 Signer(S) enumerator
78 KeyError::Signer(err) in from()
88 Signer(ref s) => s.fmt(f) in fmt()
105 Signer(S) enumerator
110 SigningError::Signer(err) in from()
118 KeyError::Signer(err) => SigningError::Signer(err) in from()
130 Signer(ref s) => s.fmt(f) in fmt()
/dports/net/krill/krill-0.9.4/cargo-crates/rpki-0.13.1-rc2/src/repository/crypto/
H A Dsigner.rs11 pub trait Signer { interface
73 Signer(S) enumerator
78 KeyError::Signer(err) in from()
88 Signer(ref s) => s.fmt(f) in fmt()
105 Signer(S) enumerator
110 SigningError::Signer(err) in from()
118 KeyError::Signer(err) => SigningError::Signer(err) in from()
130 Signer(ref s) => s.fmt(f) in fmt()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/io/
H A DSignerOutputStream.java6 import org.bouncycastle.crypto.Signer;
11 protected Signer signer;
14 Signer Signer) in SignerOutputStream() argument
16 this.signer = Signer; in SignerOutputStream()
34 public Signer getSigner() in getSigner()
/dports/dns/opendnssec2/opendnssec-2.1.10/
H A DNEWS278 * Signer Engine: Improved Inbound XFR checking.
570 * Signer Engine: Zonefetcher has been removed.
694 * Signer Engine: Adjust some log messages.
767 * Signer Engine: Log Auditor exit code.
810 * Signer Engine: Fix log message typos.
826 * Signer Engine: Ifdef a header file.
873 * Signer Engine: Simpler NSEC(3) maintenance.
905 * Signer Engine: Enable core dump on failure.
946 * Signer Engine: Drop old NSEC/NSEC3 records.
1160 * Signer Engine: Signer processes could remain open, if they were not close
[all …]
/dports/mail/p5-Mail-DKIM/Mail-DKIM-1.20200907/t/
H A Dsigner.t7 use Mail::DKIM::Signer;
13 my $dkim = Mail::DKIM::Signer->new(
41 $dkim = Mail::DKIM::Signer->new(
60 $dkim = Mail::DKIM::Signer->new(
100 $dkim = Mail::DKIM::Signer->new(
137 $dkim = Mail::DKIM::Signer->new(
152 $dkim = Mail::DKIM::Signer->new(
168 my $dkim = Mail::DKIM::Signer->new(
189 my $dkim = Mail::DKIM::Signer->new(
216 my $dkim = Mail::DKIM::Signer->new(
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/httpsig/
H A Dsign.go25 type Signer struct { struct
41 signer *Signer) {
43 s := &Signer{
63 signer *Signer) {
70 signer *Signer) {
77 signer *Signer) {
82 func (r *Signer) Sign(req *http.Request) error { argument
93 func (r *Signer) SignSigHeader(req *http.Request) error { argument
/dports/misc/perkeep/perkeep-0.11/pkg/schema/
H A Dsign.go37 type Signer struct { struct
47 func (s *Signer) String() string {
52 func (s *Signer) KeyID() string { argument
57 func (s *Signer) KeyIDLong() string { argument
62 func (s *Signer) Entity() *openpgp.Entity { argument
69 func NewSigner(pubKeyRef blob.Ref, armoredPubKey io.Reader, privateKeySource interface{}) (*Signer,…
95 return &Signer{
120 func (s *Signer) SignJSON(ctx context.Context, json string, t time.Time) (string, error) { argument
/dports/net/storj/storj-1.45.3/satellite/orders/
H A Dsigner.go25 type Signer struct { struct
65 …n time.Time, limit int64, action pb.PieceAction, bucket metabase.BucketLocation) (*Signer, error) {
66 signer := &Signer{}
95 …j.PieceID, orderCreation time.Time, limit int64, bucket metabase.BucketLocation) (*Signer, error) {
100 …time.Time, orderCreation time.Time, limit int64, bucket metabase.BucketLocation) (*Signer, error) {
106 …tPieceID storj.PieceID, orderCreation time.Time, bucket metabase.BucketLocation) (*Signer, error) {
111 …eceID, orderCreation time.Time, pieceSize int64, bucket metabase.BucketLocation) (*Signer, error) {
116 ….Time, orderCreation time.Time, pieceSize int64, bucket metabase.BucketLocation) (*Signer, error) {
121 …eceID, orderCreation time.Time, pieceSize int64, bucket metabase.BucketLocation) (*Signer, error) {
126 …eceID, orderCreation time.Time, shareSize int32, bucket metabase.BucketLocation) (*Signer, error) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/bootstrap/
H A Dbootstrapsigner.go75 type Signer struct { struct
96 …s.SecretInformer, configMaps informers.ConfigMapInformer, options SignerOptions) (*Signer, error) {
97 e := &Signer{
158 func (e *Signer) Run(stopCh <-chan struct{}) { argument
173 func (e *Signer) pokeConfigMapSync() { argument
177 func (e *Signer) serviceConfigMapQueue() { argument
189 func (e *Signer) signConfigMap() { argument
246 func (e *Signer) updateConfigMap(cm *v1.ConfigMap) { argument
254 func (e *Signer) getConfigMap() *v1.ConfigMap { argument
269 func (e *Signer) listSecrets() []*v1.Secret { argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/java/security/
H A DSigner.h19 class Signer; variable
24 class java::security::Signer : public ::java::security::Identity
28 Signer();
30 Signer(::java::lang::String *);
31 Signer(::java::lang::String *, ::java::security::IdentityScope *);
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/security/
H A DSigner.h19 class Signer; variable
24 class java::security::Signer : public ::java::security::Identity
28 Signer();
30 Signer(::java::lang::String *);
31 Signer(::java::lang::String *, ::java::security::IdentityScope *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/security/
H A DSigner.h19 class Signer; variable
24 class java::security::Signer : public ::java::security::Identity
28 Signer();
30 Signer(::java::lang::String *);
31 Signer(::java::lang::String *, ::java::security::IdentityScope *);

12345678910>>...235