public static interface IntermediateKeyWrapping.Builder
| Modifier and Type | Method and Description |
|---|---|
IntermediateKeyWrapping |
build() |
DerivationAlgorithm |
keyEncryptionKeyKdf() |
IntermediateKeyWrapping.Builder |
keyEncryptionKeyKdf(DerivationAlgorithm keyEncryptionKeyKdf) |
DerivationAlgorithm |
macKeyKdf() |
IntermediateKeyWrapping.Builder |
macKeyKdf(DerivationAlgorithm macKeyKdf) |
Encrypt |
pdkEncryptAlgorithm() |
IntermediateKeyWrapping.Builder |
pdkEncryptAlgorithm(Encrypt pdkEncryptAlgorithm) |
IntermediateKeyWrapping.Builder keyEncryptionKeyKdf(DerivationAlgorithm keyEncryptionKeyKdf)
DerivationAlgorithm keyEncryptionKeyKdf()
IntermediateKeyWrapping.Builder macKeyKdf(DerivationAlgorithm macKeyKdf)
DerivationAlgorithm macKeyKdf()
IntermediateKeyWrapping.Builder pdkEncryptAlgorithm(Encrypt pdkEncryptAlgorithm)
Encrypt pdkEncryptAlgorithm()
IntermediateKeyWrapping build()