|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrivKey | |
|---|---|
| org.opcfoundation.ua.application | The code in this package is for application developer. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| org.opcfoundation.ua.transport.security | This folder contains common security related classes |
| org.opcfoundation.ua.transport.tcp.io | |
| Uses of PrivKey in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application that return PrivKey | |
|---|---|
PrivKey |
Session.getClientPrivateKey()
Getter for the field clientPrivateKey. |
PrivKey |
Session.getServerPrivateKey()
Getter for the field serverPrivateKey. |
| Uses of PrivKey in org.opcfoundation.ua.transport |
|---|
| Constructors in org.opcfoundation.ua.transport with parameters of type PrivKey | |
|---|---|
TransportChannelSettings(EndpointDescription description,
EndpointConfiguration configuration,
Cert clientCertificate,
PrivKey privateKey,
CertificateValidator certificateValidator,
NamespaceTable namespaceUris)
Create Transport channel settings for a opctcp connection |
|
| Uses of PrivKey in org.opcfoundation.ua.transport.security |
|---|
| Fields in org.opcfoundation.ua.transport.security declared as PrivKey | |
|---|---|
PrivKey |
KeyPair.privateKey
|
| Methods in org.opcfoundation.ua.transport.security that return PrivKey | |
|---|---|
PrivKey |
KeyPair.getPrivateKey()
Getter for the field privateKey. |
static PrivKey |
PrivKey.load(byte[] keyBytes,
String password)
Load private key from key data |
static PrivKey |
PrivKey.load(File file)
Deprecated. Use load(File, String) or loadFromKeyStore(File, String) instead |
static PrivKey |
PrivKey.load(File file,
String password)
Load private key from a PEM encoded file |
static PrivKey |
PrivKey.load(InputStream is,
String password)
load. |
static PrivKey |
PrivKey.loadFromKeyStore(File file,
String password)
Load private key from a key store (PKCS12) file |
static PrivKey |
PrivKey.loadFromKeyStore(URL keystoreUrl,
String password)
Load private key from a PKCS12 key store |
| Constructors in org.opcfoundation.ua.transport.security with parameters of type PrivKey | |
|---|---|
KeyPair(Cert certificate,
PrivKey privateKey)
Constructor for KeyPair. |
|
| Uses of PrivKey in org.opcfoundation.ua.transport.tcp.io |
|---|
| Methods in org.opcfoundation.ua.transport.tcp.io that return PrivKey | |
|---|---|
PrivKey |
OpcTcpSettings.getPrivKey()
Getter for the field privKey. |
| Methods in org.opcfoundation.ua.transport.tcp.io with parameters of type PrivKey | |
|---|---|
void |
OpcTcpSettings.setPrivKey(PrivKey privKey)
Setter for the field privKey. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||