Interface CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
CertificateCredential.UpdateDefinition<ParentT>
- Enclosing interface:
- CertificateCredential.UpdateDefinitionStages
public static interface CertificateCredential.UpdateDefinitionStages.WithSymmetricKey<ParentT>
The credential definition stage allowing the secret key to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithSecretKey
(byte[] secret) Specifies the secret key for a symmetric encryption.
-
Method Details
-
withSecretKey
Specifies the secret key for a symmetric encryption.- Parameters:
secret
- the secret key content- Returns:
- the next stage in credential definition
-