Class DefaultSignedContentFactory
java.lang.Object
org.eclipse.tycho.p2maven.repository.DefaultSignedContentFactory
- All Implemented Interfaces:
org.eclipse.osgi.signedcontent.SignedContentFactory
@Component(role=org.eclipse.osgi.signedcontent.SignedContentFactory.class)
public class DefaultSignedContentFactory
extends Object
implements org.eclipse.osgi.signedcontent.SignedContentFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.osgi.signedcontent.SignedContentgetSignedContent(File content) org.eclipse.osgi.signedcontent.SignedContentgetSignedContent(org.osgi.framework.Bundle bundle)
-
Constructor Details
-
DefaultSignedContentFactory
public DefaultSignedContentFactory()
-
-
Method Details
-
getSignedContent
public org.eclipse.osgi.signedcontent.SignedContent getSignedContent(File content) throws IOException, InvalidKeyException, SignatureException, CertificateException, NoSuchAlgorithmException, NoSuchProviderException - Specified by:
getSignedContentin interfaceorg.eclipse.osgi.signedcontent.SignedContentFactory- Throws:
IOExceptionInvalidKeyExceptionSignatureExceptionCertificateExceptionNoSuchAlgorithmExceptionNoSuchProviderException
-
getSignedContent
public org.eclipse.osgi.signedcontent.SignedContent getSignedContent(org.osgi.framework.Bundle bundle) throws IOException, InvalidKeyException, SignatureException, CertificateException, NoSuchAlgorithmException, NoSuchProviderException - Specified by:
getSignedContentin interfaceorg.eclipse.osgi.signedcontent.SignedContentFactory- Throws:
IOExceptionInvalidKeyExceptionSignatureExceptionCertificateExceptionNoSuchAlgorithmExceptionNoSuchProviderException
-