CertificateCredential.UpdateDefinitionStages.WithPublicKey<ParentT> 接口
定义
The credential definition stage allowing the public key to be set.
public interface WithPublicKey<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withPublicKey(byte[] certificate) |
Specifies the public key for an asymmetric X509 certificate. |