| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
KeyUsageFlags |
KeyUsageFlags.clone() |
KeyUsageFlags |
KeyUsage.getUsageFlags()
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
KeyUsageFlags |
KeyUsageFlags.withDataEncipherment(Boolean dataEncipherment)
DataEncipherment is asserted when the subject public key is used for directly enciphering raw user data without
the use of an intermediate symmetric cipher.
|
KeyUsageFlags |
KeyUsageFlags.withDigitalSignature(Boolean digitalSignature)
The digitalSignature is asserted when the subject public key is used for verifying digital signatures.
|
KeyUsageFlags |
KeyUsageFlags.withKeyAgreement(Boolean keyAgreement)
KeyAgreement is asserted when the subject public key is used for key agreement.
|
KeyUsageFlags |
KeyUsageFlags.withKeyEncipherment(Boolean keyEncipherment)
KeyEncipherment is asserted when the subject public key is used for enciphering private or secret keys, i.e., for
key transport.
|
KeyUsageFlags |
KeyUsageFlags.withNonRepudiation(Boolean nonRepudiation)
NonRepudiation is asserted when the subject public key is used to verify digital signatures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyUsage.setUsageFlags(KeyUsageFlags usageFlags)
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
KeyUsage |
KeyUsage.withUsageFlags(KeyUsageFlags usageFlags)
The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the
certificate.
|
Copyright © 2023. All rights reserved.