CertificateCredential.DefinitionStages.WithSymmetricKey<ParentT> Interface

Type Parameters

ParentT

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

public static interface CertificateCredential.DefinitionStages.WithSymmetricKey

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

Method Summary

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

Specifies the secret key for a symmetric encryption.

Method Details

withSecretKey

public abstract CertificateCredential.DefinitionStages.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