public class ProvidedPrivateKeyBuilder extends Object implements PrivateKeyBuilder
| Modifier and Type | Field and Description |
|---|---|
protected K |
key |
protected Provider |
provider |
protected SecureRandom |
random |
| Modifier and Type | Method and Description |
|---|---|
K |
build() |
PrivateKey |
doBuild() |
B |
provider(Provider provider) |
PrivateKeyBuilder |
publicKey(PublicKey publicKey) |
B |
random(SecureRandom random) |
protected B |
self() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprovider, randomprotected Provider provider
protected SecureRandom random
public PrivateKeyBuilder publicKey(PublicKey publicKey)
publicKey in interface PrivateKeyBuilderpublic PrivateKey doBuild()
protected final B self()
public B provider(Provider provider)
provider in interface SecurityBuilder<T,B extends SecurityBuilder<T,B>>public B random(SecureRandom random)
random in interface SecurityBuilder<T,B extends SecurityBuilder<T,B>>Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.