Interface CertificateCredential.DefinitionStages.WithPublicKey<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.WithPublicKey<ParentT>The credential definition stage allowing the public key to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateCredential.DefinitionStages.WithAttach<ParentT>withPublicKey(byte[] certificate)Specifies the public key for an asymmetric X509 certificate.
-
-
-
Method Detail
-
withPublicKey
CertificateCredential.DefinitionStages.WithAttach<ParentT> withPublicKey(byte[] certificate)
Specifies the public key for an asymmetric X509 certificate.- Parameters:
certificate- the certificate content- Returns:
- the next stage in credential definition
-
-