CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> 接口
定义
The credential definition stage allowing the secret key to be set.
public interface WithSymmetricKey<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withSecretKey(byte[] secret) |
Specifies the secret key for a symmetric encryption. |