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