Uses of Enum Class
com.atlassian.secrets.api.SealedSecretFormat.SecretType
Packages that use SealedSecretFormat.SecretType
-
Uses of SealedSecretFormat.SecretType in com.atlassian.secrets.api
Methods in com.atlassian.secrets.api that return SealedSecretFormat.SecretTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SealedSecretFormat.SecretType[]SealedSecretFormat.SecretType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.secrets.api with parameters of type SealedSecretFormat.SecretTypeModifier and TypeMethodDescriptionSealedSecretFormat.SerializationFormat.toString(SealedSecretFormat.SecretType secretType, SealedSecret sealedSecret) Convert aSealedSecretobject to aString.