flux.file
Interface PgpKeyPair


public interface PgpKeyPair

Encapsulates a PGP public and private key pair.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getDescription()
          Returns the description for this key pair.
 java.lang.String getName()
          Returns the name for this key pair.
 PgpPrivateKey getPrivateKey()
          Returns the PGP private key for this key pair.
 PgpPublicKey getPublicKey()
          Returns the PGP public key for this key pair.
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the description for this key pair.

Returns:
The description for this key pair.

getPublicKey

PgpPublicKey getPublicKey()
Returns the PGP public key for this key pair.

Returns:
The PGP public key for this key pair.

getPrivateKey

PgpPrivateKey getPrivateKey()
Returns the PGP private key for this key pair.

Returns:
The PGP private key for this key pair.

getName

java.lang.String getName()
Returns the name for this key pair.

Returns:
The name for this key pair.


© 2014 Flux Corporation. All rights reserved.