public class PubSecKeyOptions extends Object
| Constructor and Description | 
|---|
| PubSecKeyOptions()Default constructor | 
| PubSecKeyOptions(JsonObject json)Constructor to create an options from JSON | 
| PubSecKeyOptions(PubSecKeyOptions other)Copy constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlgorithm() | 
| String | getPublicKey()Deprecated.  | 
| String | getSecretKey()Deprecated.  | 
| boolean | isCertificate()Deprecated.  | 
| boolean | isSymmetric()Deprecated.  | 
| PubSecKeyOptions | setAlgorithm(String algorithm) | 
| PubSecKeyOptions | setCertificate(boolean certificate)Deprecated.  | 
| PubSecKeyOptions | setPublicKey(String publicKey)Deprecated.  | 
| PubSecKeyOptions | setSecretKey(String secretKey)Deprecated.  | 
| PubSecKeyOptions | setSymmetric(boolean symmetric)Deprecated.  | 
public PubSecKeyOptions()
public PubSecKeyOptions(PubSecKeyOptions other)
other - the options to copypublic PubSecKeyOptions(JsonObject json)
json - the JSONpublic String getAlgorithm()
public PubSecKeyOptions setAlgorithm(String algorithm)
@Deprecated public String getPublicKey()
@Deprecated public PubSecKeyOptions setPublicKey(String publicKey)
@Deprecated public String getSecretKey()
@Deprecated public PubSecKeyOptions setSecretKey(String secretKey)
@Deprecated public boolean isSymmetric()
@Deprecated public PubSecKeyOptions setSymmetric(boolean symmetric)
@Deprecated public boolean isCertificate()
@Deprecated public PubSecKeyOptions setCertificate(boolean certificate)
Copyright © 2023 Eclipse. All rights reserved.