org.openmdx.base.security.pki
Class KeyConnection

java.lang.Object
  extended by org.openmdx.base.security.pki.CertificateConnection
      extended by org.openmdx.base.security.pki.KeyConnection
All Implemented Interfaces:
CertificateProvider, KeyProvider, Connection

public class KeyConnection
extends CertificateConnection
implements KeyProvider

KeyConnection


Constructor Summary
KeyConnection()
           
 
Method Summary
 Key getKey()
          Retrieve this provider's Key
 
Methods inherited from class org.openmdx.base.security.pki.CertificateConnection
close, getAlias, getCertificate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openmdx.kernel.security.pki.CertificateProvider
getAlias, getCertificate
 
Methods inherited from interface org.openmdx.kernel.security.resource.Connection
close
 

Constructor Detail

KeyConnection

public KeyConnection()
Method Detail

getKey

public Key getKey()
           throws GeneralSecurityException
Description copied from interface: KeyProvider
Retrieve this provider's Key

Specified by:
getKey in interface KeyProvider
Returns:
this provider's Key
Throws:
GeneralSecurityException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.