Hi everybody,
I'm stuck up with a problem i'm using Bouncycastle API to perform
encryption & other things, i'm facing an issue while creating a
PGPPublicKeyRing, the issue is i am provided with 2 Keys MasterKey &
SubKey & i want to use these 2 keys to generate KeyRing that is the
PublicKeyRing should contain both these keys in itself so the approach
is as follow
I encode() master key and store it in public key ring, and later add
sub key to the ring via PGPPublicKeyRing.insertPublicKey . Stepping
through this in the debugger, this all looks fine. but when i import
this PublicKeyRing in PublicKeyRingCollection i see both the PublicKeys
in 2 separate PublicKeyRing
Roedy Green - 07 Nov 2005 09:01 GMT
>I encode() master key and store it in public key ring, and later add
>sub key to the ring via PGPPublicKeyRing.insertPublicKey . Stepping
>through this in the debugger, this all looks fine. but when i import
>this PublicKeyRing in PublicKeyRingCollection i see both the PublicKeys
>in 2 separate PublicKeyRing
I will hazard a guess there is a method to add a public/private key
pair as a unit and another method to add just a public key.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.