public static class InlinePublicKeyVerificationKeySource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InlinePublicKeyVerificationKeySource |
build() |
InlinePublicKeyVerificationKeySource.Builder |
copy(InlinePublicKeyVerificationKeySource model) |
InlinePublicKeyVerificationKeySource.Builder |
currentPublicKey(String currentPublicKey)
Current version of Base64 encoding of the public key which is in binary GPG exported
format.
|
InlinePublicKeyVerificationKeySource.Builder |
previousPublicKey(String previousPublicKey)
Previous version of Base64 encoding of the public key which is in binary GPG exported
format.
|
public InlinePublicKeyVerificationKeySource.Builder currentPublicKey(String currentPublicKey)
Current version of Base64 encoding of the public key which is in binary GPG exported format.
currentPublicKey
- the value to setpublic InlinePublicKeyVerificationKeySource.Builder previousPublicKey(String previousPublicKey)
Previous version of Base64 encoding of the public key which is in binary GPG exported format. This would be used for key rotation scenarios.
previousPublicKey
- the value to setpublic InlinePublicKeyVerificationKeySource build()
public InlinePublicKeyVerificationKeySource.Builder copy(InlinePublicKeyVerificationKeySource model)
Copyright © 2016–2024. All rights reserved.