| Top |  |  |  |  | 
| xmlSecKeyDataPtr | xmlSecNssPKIAdoptKey () | 
| SECKEYPublicKey * | xmlSecNssPKIKeyDataGetPubKey () | 
| SECKEYPrivateKey * | xmlSecNssPKIKeyDataGetPrivKey () | 
| KeyType | xmlSecNssPKIKeyDataGetKeyType () | 
| int | xmlSecNssPKIKeyDataDuplicate () | 
xmlSecKeyDataPtr xmlSecNssPKIAdoptKey (SECKEYPrivateKey *privkey,SECKEYPublicKey *pubkey);
Build a KeyData object from the given Private Key and Public Key handles.
SECKEYPublicKey *
xmlSecNssPKIKeyDataGetPubKey (xmlSecKeyDataPtr data);
Gets the Public Key from the key data.
SECKEYPrivateKey *
xmlSecNssPKIKeyDataGetPrivKey (xmlSecKeyDataPtr data);
Gets the Private Key from the key data.
KeyType
xmlSecNssPKIKeyDataGetKeyType (xmlSecKeyDataPtr data);
Gets the Key Type from the key data.
int xmlSecNssPKIKeyDataDuplicate (xmlSecKeyDataPtr dst,xmlSecKeyDataPtr src);
Duplicates the keydata from src to dst