public static class Certificate_publicKeyInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Certificate_publicKeyInfo.Builder |
algorithm(String algorithm)
The algorithm identifier and parameters for the public key.
|
Certificate_publicKeyInfo |
build() |
Certificate_publicKeyInfo.Builder |
copy(Certificate_publicKeyInfo model) |
Certificate_publicKeyInfo.Builder |
exponent(Integer exponent)
The private key exponent.
|
Certificate_publicKeyInfo.Builder |
keySize(Integer keySize)
The number of bits in a key used by a cryptographic algorithm.
|
public Certificate_publicKeyInfo.Builder algorithm(String algorithm)
The algorithm identifier and parameters for the public key.
algorithm
- the value to setpublic Certificate_publicKeyInfo.Builder exponent(Integer exponent)
The private key exponent.
exponent
- the value to setpublic Certificate_publicKeyInfo.Builder keySize(Integer keySize)
The number of bits in a key used by a cryptographic algorithm.
keySize
- the value to setpublic Certificate_publicKeyInfo build()
public Certificate_publicKeyInfo.Builder copy(Certificate_publicKeyInfo model)
Copyright © 2016–2024. All rights reserved.