Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaCloudCredentials ¶
type RsaKeyPairCredentials ¶
type RsaKeyPairCredentials struct {
// contains filtered or unexported fields
}
func NewRsaKeyPairCredentials ¶
func NewRsaKeyPairCredentials(keyId, privateKeySecret string) *RsaKeyPairCredentials
func (*RsaKeyPairCredentials) GetAccessKeyId ¶
func (rsa *RsaKeyPairCredentials) GetAccessKeyId() string
func (*RsaKeyPairCredentials) GetAccessKeySecret ¶
func (rsa *RsaKeyPairCredentials) GetAccessKeySecret() string
type SHA256withRSASigner ¶
type SHA256withRSASigner struct { }
func NewSHA256withRSASigner ¶
func NewSHA256withRSASigner() *SHA256withRSASigner
func (*SHA256withRSASigner) GetSignerName ¶
func (s *SHA256withRSASigner) GetSignerName() *string
func (*SHA256withRSASigner) GetSignerType ¶
func (s *SHA256withRSASigner) GetSignerType() *string
func (*SHA256withRSASigner) GetSignerVersion ¶
func (s *SHA256withRSASigner) GetSignerVersion() *string
func (*SHA256withRSASigner) SignString ¶
func (s *SHA256withRSASigner) SignString(stringToSign, accessKeySecret string) (*string, error)
Click to show internal directories.
Click to hide internal directories.