CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithSymmetricKey

The credential definition stage allowing the secret key to be set.

Method Summary

Modifier and Type Method and Description
CertificateCredential.DefinitionStages.WithAttach<ParentT> withSecretKey(byte[] secret)

Specifies the secret key for a symmetric encryption.

Method Details

withSecretKey

public WithAttach withSecretKey(byte[] secret)

Specifies the secret key for a symmetric encryption.

Parameters:

secret - the secret key content

Returns:

the next stage in credential definition

Applies to