JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.jenkins.plugins.credentials.gcp.secretsmanager
Interface SecretGetter
All Known Implementing Classes:
GcpSecretGetter
public interface
SecretGetter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
getSecretBytes
(
String
id)
String
getSecretString
(
String
id)
Method Details
getSecretString
String
getSecretString
(
String
id)
getSecretBytes
byte[]
getSecretBytes
(
String
id)