|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecureIdentityException | |
|---|---|
| com.prosysopc.ua | Common classes for client and server side. |
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| Uses of SecureIdentityException in com.prosysopc.ua |
|---|
| Methods in com.prosysopc.ua that throw SecureIdentityException | |
|---|---|
static ApplicationIdentity |
ApplicationIdentity.createCertificate(org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
String organisation,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
String... hostNames)
Create a new Application Identity certificate. |
static ApplicationIdentity |
ApplicationIdentity.createCertificate(org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
String organisation,
String... hostNames)
Create a new self-signed Application Identity certificate. |
static ApplicationIdentity |
ApplicationIdentity.createCertificate(String applicationName,
String organisation,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
String applicationUri,
String... hostNames)
Create the Application Identity certificate. |
static org.opcfoundation.ua.transport.security.KeyPair |
ApplicationIdentity.createKeyPair(String commonName,
String organisation,
int certificateDays,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
String applicationUri,
String... hostNames)
Create a new Certificate. |
protected byte[] |
SecureIdentity.decrypt(org.opcfoundation.ua.transport.security.SecurityAlgorithm algorithm,
byte[] dataToDecrypt,
org.opcfoundation.ua.transport.security.PrivKey privKey)
Decrypt data using the provided securityPolicy. |
byte[] |
SecureIdentity.decrypt(org.opcfoundation.ua.transport.security.SecurityPolicy securityPolicy,
byte[] dataToDecrypt)
Decrypt data using the provided securityPolicy. |
protected void |
UserIdentity.decryptPassword(org.opcfoundation.ua.core.UserIdentityToken userIdentityToken,
ApplicationIdentity serverIdentity,
org.opcfoundation.ua.builtintypes.ByteString serverNonce,
String algorithmUri)
|
byte[] |
SecureIdentity.encrypt(org.opcfoundation.ua.transport.security.SecurityPolicy securityPolicy,
byte[] dataToEncrypt)
Encrypt data using the provided securityPolicy. |
protected static org.opcfoundation.ua.transport.security.KeyPair |
ApplicationIdentity.loadCertificate(String certType,
String privateKeyPassword,
boolean enableRenew,
File certFile,
File privFile,
boolean usePfx)
|
static ApplicationIdentity |
ApplicationIdentity.loadOrCreateCertificate(org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
String organisation,
String privateKeyPassword,
File path,
boolean enableRenew,
String... hostNames)
Load the Application Identity certificate, or create a new one and save it. |
static ApplicationIdentity |
ApplicationIdentity.loadOrCreateCertificate(org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
String organisation,
String privateKeyPassword,
File path,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
int[] keySizes,
boolean enableRenew,
String... hostNames)
Load the Application Identity certificate, or create a new one and save it. |
static ApplicationIdentity |
ApplicationIdentity.loadOrCreateCertificate(String applicationName,
String organisation,
File certFile,
File privFile,
String privateKeyPassword,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
boolean enableRenew,
String applicationUri,
String... hostNames)
Load the Application Identity certificate, or create a new one and save it. |
static ApplicationIdentity |
ApplicationIdentity.loadOrCreateCertificate(String applicationName,
String organisation,
String privateKeyPassword,
File path,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
int[] keySizes,
boolean enableRenew,
String applicationUri,
String... hostNames)
Load the Application Identity certificate, or create a new one and save it. |
protected static ApplicationIdentity |
ApplicationIdentity.loadOrCreateFromProtectedStore(org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
String organisation,
String privateKeyPassword,
String keystoreLocation,
String keyStorePassword,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
String... hostNames)
Load the Application Identity certificate from a protected key store, or create a new one and save it to the store. |
static org.opcfoundation.ua.transport.security.KeyPair |
ApplicationIdentity.loadOrCreateHttpsCertificate(org.opcfoundation.ua.core.ApplicationDescription applicationDecription,
String hostName,
String privateKeyPassword,
org.opcfoundation.ua.transport.security.KeyPair issuerKeys,
File path,
boolean enableRenew)
Load certificate and private key from applicationName_https.der & .pem - or create ones if they do not exist |
static org.opcfoundation.ua.transport.security.KeyPair |
ApplicationIdentity.loadOrCreateIssuerCertificate(String issuerName,
File path,
String privateKeyPassword,
int days,
boolean enableRenew)
Load CA certificate and private key from |
static org.opcfoundation.ua.transport.security.KeyPair |
ApplicationIdentity.loadOrCreateKeyPair(String applicationName,
String organisation,
File certFile,
File privFile,
String privateKeyPassword,
org.opcfoundation.ua.transport.security.KeyPair caKeys,
boolean enableRenew,
String applicationUri,
String... hostNames)
|
| Constructors in com.prosysopc.ua that throw SecureIdentityException | |
|---|---|
ApplicationIdentity(File certificateFile,
File privateKeyFile,
String privateKeyPassword)
Create an identity with an application certificate. |
|
ApplicationIdentity(File storeLocation,
String alias,
String privateKeyPassword,
String keyStorePassword,
String keyStoreType)
|
|
ApplicationIdentity(URL certificateFile,
URL privateKeyFile,
String privateKeyPassword)
Create an identity with an application certificate. |
|
SecureIdentity(File certificateFile,
File privateKeyFile,
String privateKeyPassword)
Create a new identity by loading the certificate and private key from files. |
|
SecureIdentity(File storeLocation,
String alias,
String privateKeyPassword,
String keyStorePassword,
String keyStoreType)
Creates a new SecureIdentity object from a pfx-keystore file. |
|
SecureIdentity(URL certificateFile,
URL privateKeyFile,
String privateKeyPassword)
Create a new identity by loading the certificate and private key from files. |
|
UserIdentity(File certificateFile,
File privateKeyFile,
String privateKeyPassword)
Create an identity with a user certificate. |
|
UserIdentity(URL certificateFile,
URL privateKeyFile,
String privateKeyPassword)
Create an identity with a user certificate. |
|
| Uses of SecureIdentityException in com.prosysopc.ua.server |
|---|
| Constructors in com.prosysopc.ua.server that throw SecureIdentityException | |
|---|---|
ServerUserIdentity(SessionManager sessionManager,
org.opcfoundation.ua.core.UserIdentityToken userIdentityToken,
org.opcfoundation.ua.core.SignatureData userTokenSignature,
ApplicationIdentity serverIdentity,
org.opcfoundation.ua.builtintypes.ByteString serverNonce,
org.opcfoundation.ua.transport.security.SecurityPolicy securityPolicy)
Create a new identity from the user token and server key. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||