Class CredentialsConfidentialKey
java.lang.Object
jenkins.security.ConfidentialKey
com.cloudbees.plugins.credentials.CredentialsConfidentialKey
ConfidentialKey that stores a SecretKey for shared-secret cryptography (AES).- Since:
- 2.1.5
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialsConfidentialKey(Class owner, String shortName) Constructor.Constructor. -
Method Summary
Methods inherited from class jenkins.security.ConfidentialKey
getId, load, store
-
Constructor Details
-
CredentialsConfidentialKey
Constructor.- Parameters:
id- the credential ID.- See Also:
-
CredentialsConfidentialKey
Constructor.- Parameters:
owner- the owning class name.shortName- the name.
-
-
Method Details