public class ContentEncryptionKeyDescriptor extends Object
| Constructor and Description |
|---|
ContentEncryptionKeyDescriptor(int contentEncryptionKeyByteLength,
String contentEncryptionKeyAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentEncryptionKeyAlgorithm() |
int |
getContentEncryptionKeyByteLength()
Gets the key size in bytes.
|
public ContentEncryptionKeyDescriptor(int contentEncryptionKeyByteLength,
String contentEncryptionKeyAlgorithm)
public int getContentEncryptionKeyByteLength()
public String getContentEncryptionKeyAlgorithm()
Copyright © 2021. All rights reserved.