Export Subkey class (#1381)
This commit is contained in:
parent
1ac71a94a5
commit
85d129af77
|
@ -11,7 +11,7 @@ export {
|
|||
generateSessionKey, encryptSessionKey, decryptSessionKeys
|
||||
} from './openpgp';
|
||||
|
||||
export { PrivateKey, PublicKey, readKey, readKeys, readPrivateKey, readPrivateKeys } from './key';
|
||||
export { PrivateKey, PublicKey, Subkey, readKey, readKeys, readPrivateKey, readPrivateKeys } from './key';
|
||||
|
||||
export { Signature, readSignature } from './signature';
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ import {
|
|||
|
||||
import PrivateKey from './private_key.js';
|
||||
import PublicKey from './public_key.js';
|
||||
import Subkey from './subkey.js';
|
||||
|
||||
export {
|
||||
readKey,
|
||||
|
@ -29,5 +30,6 @@ export {
|
|||
getPreferredHashAlgo,
|
||||
createSignaturePacket,
|
||||
PrivateKey,
|
||||
PublicKey
|
||||
PublicKey,
|
||||
Subkey
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user