gov.nih.nci.cagrid.dorian.service.ca
Interface WrappingCertificateAuthority

All Known Implementing Classes:
EracomCertificateAuthority, EracomWrappingCertificateAuthority

public interface WrappingCertificateAuthority


Method Summary
 java.security.PrivateKey unwrap(WrappedKey key)
           
 WrappedKey wrap(java.security.PrivateKey key)
           
 

Method Detail

wrap

WrappedKey wrap(java.security.PrivateKey key)
                throws CertificateAuthorityFault
Throws:
CertificateAuthorityFault

unwrap

java.security.PrivateKey unwrap(WrappedKey key)
                                throws CertificateAuthorityFault
Throws:
CertificateAuthorityFault