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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateCredential.DefinitionStages.WithPublicKey<ParentT>withAsymmetricX509Certificate()Specifies the type of the certificate to be Asymmetric X509.CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT>withSymmetricEncryption()Specifies the type of the certificate to be symmetric.
-
-
-
Method Detail
-
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
-
-