CopyableBuilder<PublicKey.Builder,PublicKey>
, SdkBuilder<PublicKey.Builder,PublicKey>
public static interface PublicKey.Builder extends CopyableBuilder<PublicKey.Builder,PublicKey>
Modifier and Type | Method | Description |
---|---|---|
PublicKey.Builder |
fingerprint(String fingerprint) |
The fingerprint of the public key.
|
PublicKey.Builder |
validityEndTime(Date validityEndTime) |
The ending time of validity of the public key.
|
PublicKey.Builder |
validityStartTime(Date validityStartTime) |
The starting time of validity of the public key.
|
PublicKey.Builder |
value(ByteBuffer value) |
The DER encoded public key value in PKCS#1 format.
|
copy
apply, build
PublicKey.Builder value(ByteBuffer value)
The DER encoded public key value in PKCS#1 format.
value
- The DER encoded public key value in PKCS#1 format.PublicKey.Builder validityStartTime(Date validityStartTime)
The starting time of validity of the public key.
validityStartTime
- The starting time of validity of the public key.PublicKey.Builder validityEndTime(Date validityEndTime)
The ending time of validity of the public key.
validityEndTime
- The ending time of validity of the public key.PublicKey.Builder fingerprint(String fingerprint)
The fingerprint of the public key.
fingerprint
- The fingerprint of the public key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.