Uses of Interface
tecgraf.openbus.PrivateKey

Packages that use PrivateKey
tecgraf.openbus   
tecgraf.openbus.assistant   
tecgraf.openbus.core   
 

Uses of PrivateKey in tecgraf.openbus
 

Methods in tecgraf.openbus with parameters of type PrivateKey
 void Connection.loginByCertificate(String entity, PrivateKey privateKey)
          Efetua login de uma entidade usando autenticação por certificado.
 

Uses of PrivateKey in tecgraf.openbus.assistant
 

Methods in tecgraf.openbus.assistant with parameters of type PrivateKey
static Assistant Assistant.createWithPrivateKey(String host, int port, String entity, PrivateKey key)
          Cria um assistente que efetua login no barramento utilizando autenticação por certificado.
static Assistant Assistant.createWithPrivateKey(String host, int port, String entity, PrivateKey key, AssistantParams params)
          Cria um assistente que efetua login no barramento utilizando autenticação por certificado.
 

Constructors in tecgraf.openbus.assistant with parameters of type PrivateKey
AuthArgs(String entity, PrivateKey privkey)
          Construtor para realizar autenticação por senha
 

Uses of PrivateKey in tecgraf.openbus.core
 

Classes in tecgraf.openbus.core that implement PrivateKey
 class OpenBusPrivateKey
          Representa uma chave privada RSA que é compatível com o protocolo do OpenBus
 



Copyright © 2014. All Rights Reserved.