it.sistematica.isharedoc.service.keyring
Class KeyringItem.PrivateKey

java.lang.Object
  extended by it.sistematica.isharedoc.service.keyring.KeyringItem<java.security.PrivateKey>
      extended by it.sistematica.isharedoc.service.keyring.KeyringItem.PrivateKey
Enclosing class:
KeyringItem<T>

public static final class KeyringItem.PrivateKey
extends KeyringItem<java.security.PrivateKey>


Nested Class Summary
 
Nested classes/interfaces inherited from class it.sistematica.isharedoc.service.keyring.KeyringItem
KeyringItem.ItemType, KeyringItem.Password, KeyringItem.PrivateKey, KeyringItem.X509Certificate
 
Constructor Summary
KeyringItem.PrivateKey(java.security.PrivateKey object)
           
 
Method Summary
 KeyringItem.ItemType getType()
           
 
Methods inherited from class it.sistematica.isharedoc.service.keyring.KeyringItem
getAlias, getKeyringId, getObject, setAlias, setKeyringId, setObject, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyringItem.PrivateKey

public KeyringItem.PrivateKey(java.security.PrivateKey object)
Method Detail

getType

public KeyringItem.ItemType getType()
Specified by:
getType in class KeyringItem<java.security.PrivateKey>