Interface CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
CertificateCredential.Definition<ParentT>,CertificateCredential.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- CertificateCredential.DefinitionStages
public static interface CertificateCredential.DefinitionStages.WithCertificateType<ParentT>
The credential definition stage allowing the certificate type to be set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the type of the certificate to be Asymmetric X509.Specifies the type of the certificate to be symmetric.
-
Method Details
-
withAsymmetricX509Certificate
CertificateCredential.DefinitionStages.WithPublicKey<ParentT> withAsymmetricX509Certificate()Specifies the type of the certificate to be Asymmetric X509.- Returns:
- the next stage in credential definition
-
withSymmetricEncryption
CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> withSymmetricEncryption()Specifies the type of the certificate to be symmetric.- Returns:
- the next stage in credential definition
-