org.eparapher.core.encryption
Class CMSEncryptionParameters
java.lang.Object
org.eparapher.core.encryption.CMSEncryptionParameters
public class CMSEncryptionParameters
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMSEncryptionParameters
public CMSEncryptionParameters()
getAlgorithm
public String getAlgorithm()
setAlgorithm
public void setAlgorithm(String algorithm)
getKeysize
public int getKeysize()
setKeysize
public void setKeysize(int keysize)
addRecipientCertificate
public void addRecipientCertificate(X509Certificate cert)
getRecipientsCertificates
public Vector<X509Certificate> getRecipientsCertificates()
setCMSEncryptionParamsFromPreferences
public void setCMSEncryptionParamsFromPreferences()
Copyright © 2009 eParapher Software Foundation. All Rights Reserved.