public static interface KeyUsage.Builder extends SdkPojo, CopyableBuilder<KeyUsage.Builder,KeyUsage>
| Modifier and Type | Method and Description |
|---|---|
KeyUsage.Builder |
crlSign(Boolean crlSign)
Key can be used to sign CRLs.
|
KeyUsage.Builder |
dataEncipherment(Boolean dataEncipherment)
Key can be used to decipher data.
|
KeyUsage.Builder |
decipherOnly(Boolean decipherOnly)
Key can be used only to decipher data.
|
KeyUsage.Builder |
digitalSignature(Boolean digitalSignature)
Key can be used for digital signing.
|
KeyUsage.Builder |
encipherOnly(Boolean encipherOnly)
Key can be used only to encipher data.
|
KeyUsage.Builder |
keyAgreement(Boolean keyAgreement)
Key can be used in a key-agreement protocol.
|
KeyUsage.Builder |
keyCertSign(Boolean keyCertSign)
Key can be used to sign certificates.
|
KeyUsage.Builder |
keyEncipherment(Boolean keyEncipherment)
Key can be used to encipher data.
|
KeyUsage.Builder |
nonRepudiation(Boolean nonRepudiation)
Key can be used for non-repudiation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyUsage.Builder digitalSignature(Boolean digitalSignature)
Key can be used for digital signing.
digitalSignature - Key can be used for digital signing.KeyUsage.Builder nonRepudiation(Boolean nonRepudiation)
Key can be used for non-repudiation.
nonRepudiation - Key can be used for non-repudiation.KeyUsage.Builder keyEncipherment(Boolean keyEncipherment)
Key can be used to encipher data.
keyEncipherment - Key can be used to encipher data.KeyUsage.Builder dataEncipherment(Boolean dataEncipherment)
Key can be used to decipher data.
dataEncipherment - Key can be used to decipher data.KeyUsage.Builder keyAgreement(Boolean keyAgreement)
Key can be used in a key-agreement protocol.
keyAgreement - Key can be used in a key-agreement protocol.KeyUsage.Builder keyCertSign(Boolean keyCertSign)
Key can be used to sign certificates.
keyCertSign - Key can be used to sign certificates.KeyUsage.Builder crlSign(Boolean crlSign)
Key can be used to sign CRLs.
crlSign - Key can be used to sign CRLs.KeyUsage.Builder encipherOnly(Boolean encipherOnly)
Key can be used only to encipher data.
encipherOnly - Key can be used only to encipher data.KeyUsage.Builder decipherOnly(Boolean decipherOnly)
Key can be used only to decipher data.
decipherOnly - Key can be used only to decipher data.Copyright © 2023. All rights reserved.