Package | Description |
---|---|
com.amazonaws.services.cloudtrail.model |
Modifier and Type | Method and Description |
---|---|
PublicKey |
PublicKey.clone() |
PublicKey |
PublicKey.withFingerprint(String fingerprint)
The fingerprint of the public key.
|
PublicKey |
PublicKey.withValidityEndTime(Date validityEndTime)
The ending time of validity of the public key.
|
PublicKey |
PublicKey.withValidityStartTime(Date validityStartTime)
The starting time of validity of the public key.
|
PublicKey |
PublicKey.withValue(ByteBuffer value)
The DER encoded public key value in PKCS#1 format.
|
Modifier and Type | Method and Description |
---|---|
List<PublicKey> |
ListPublicKeysResult.getPublicKeyList()
Contains an array of PublicKey objects.
|
Modifier and Type | Method and Description |
---|---|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeyList(PublicKey... publicKeyList)
Contains an array of PublicKey objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPublicKeysResult.setPublicKeyList(Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
ListPublicKeysResult |
ListPublicKeysResult.withPublicKeyList(Collection<PublicKey> publicKeyList)
Contains an array of PublicKey objects.
|
Copyright © 2018. All rights reserved.