Class EnvelopedCms
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.security.cryptography.pkcs.EnvelopedCms
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class EnvelopedCms extends NetObject
The base .NET class managing System.Security.Cryptography.Pkcs.EnvelopedCms, System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Security.Cryptography.Pkcs.EnvelopedCms
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Securitystatic java.lang.String
className
Qualified class name: System.Security.Cryptography.Pkcs.EnvelopedCmsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description EnvelopedCms()
EnvelopedCms(java.lang.Object instance)
Internal constructor.EnvelopedCms(ContentInfo contentInfo)
EnvelopedCms(ContentInfo contentInfo, AlgorithmIdentifier encryptionAlgorithm)
EnvelopedCms(SubjectIdentifierType recipientIdentifierType, ContentInfo contentInfo)
EnvelopedCms(SubjectIdentifierType recipientIdentifierType, ContentInfo contentInfo, AlgorithmIdentifier encryptionAlgorithm)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvelopedCms
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoEnvelopedCms
, a cast assert is made to check if types are compatible.void
Decode(byte[] encodedMessage)
void
Decode(JCORefOut dupParam0)
void
Decrypt()
void
Decrypt(RecipientInfo recipientInfo)
void
Decrypt(RecipientInfo recipientInfo, X509Certificate2Collection extraStore)
void
Decrypt(X509Certificate2Collection extraStore)
byte[]
Encode()
void
Encrypt()
void
Encrypt(CmsRecipient recipient)
void
Encrypt(CmsRecipientCollection recipients)
X509Certificate2Collection
getCertificates()
AlgorithmIdentifier
getContentEncryptionAlgorithm()
ContentInfo
getContentInfo()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeRecipientInfoCollection
getRecipientInfos()
CryptographicAttributeObjectCollection
getUnprotectedAttributes()
int
getVersion()
void
setJCOInstance(JCObject instance)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Security- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Security.Cryptography.Pkcs.EnvelopedCms- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EnvelopedCms
public EnvelopedCms(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
EnvelopedCms
public EnvelopedCms() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, CryptographicException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
FormatException
CryptographicException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
-
EnvelopedCms
public EnvelopedCms(ContentInfo contentInfo) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, CryptographicException, MissingMethodException, TargetInvocationException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
CryptographicException
MissingMethodException
TargetInvocationException
NotSupportedException
-
EnvelopedCms
public EnvelopedCms(ContentInfo contentInfo, AlgorithmIdentifier encryptionAlgorithm) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
EnvelopedCms
public EnvelopedCms(SubjectIdentifierType recipientIdentifierType, ContentInfo contentInfo) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, CryptographicException, MissingMethodException, TargetInvocationException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
CryptographicException
MissingMethodException
TargetInvocationException
NotSupportedException
-
EnvelopedCms
public EnvelopedCms(SubjectIdentifierType recipientIdentifierType, ContentInfo contentInfo, AlgorithmIdentifier encryptionAlgorithm) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static EnvelopedCms cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoEnvelopedCms
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
EnvelopedCms
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Encode
public byte[] Encode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
MissingManifestResourceException
CryptographicException
-
Decode
public void Decode(byte[] encodedMessage) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, ArgumentException, MissingManifestResourceException, InvalidOperationException, MissingMethodException, TargetInvocationException, AccessViolationException, NotSupportedException
-
Decode
public void Decode(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, ArgumentException, MissingManifestResourceException, InvalidOperationException, MissingMethodException, TargetInvocationException, AccessViolationException, NotSupportedException
-
Decrypt
public void Decrypt() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
CryptographicException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
AccessViolationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
RankException
-
Decrypt
public void Decrypt(RecipientInfo recipientInfo) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, CryptographicException, SecurityException, OutOfMemoryException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
CryptographicException
SecurityException
OutOfMemoryException
RankException
-
Decrypt
public void Decrypt(RecipientInfo recipientInfo, X509Certificate2Collection extraStore) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, CryptographicException, SecurityException, OutOfMemoryException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
CryptographicException
SecurityException
OutOfMemoryException
RankException
-
Decrypt
public void Decrypt(X509Certificate2Collection extraStore) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
CryptographicException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
AccessViolationException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
RankException
-
Encrypt
public void Encrypt() throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, CryptographicException, FormatException, AccessViolationException, OverflowException, InvalidTimeZoneException, ApplicationException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
CryptographicException
FormatException
AccessViolationException
OverflowException
InvalidTimeZoneException
ApplicationException
RankException
-
Encrypt
public void Encrypt(CmsRecipient recipient) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, CryptographicException, AccessViolationException, OverflowException, InvalidTimeZoneException, ApplicationException, OutOfMemoryException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
NotImplementedException
NotSupportedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
CryptographicException
AccessViolationException
OverflowException
InvalidTimeZoneException
ApplicationException
OutOfMemoryException
RankException
-
Encrypt
public void Encrypt(CmsRecipientCollection recipients) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException, CryptographicException, FormatException, AccessViolationException, OverflowException, OutOfMemoryException, SecurityException, ApplicationException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
ObjectDisposedException
CultureNotFoundException
MissingManifestResourceException
CryptographicException
FormatException
AccessViolationException
OverflowException
OutOfMemoryException
SecurityException
ApplicationException
RankException
-
getVersion
public int getVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUnprotectedAttributes
public CryptographicAttributeObjectCollection getUnprotectedAttributes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentEncryptionAlgorithm
public AlgorithmIdentifier getContentEncryptionAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentInfo
public ContentInfo getContentInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRecipientInfos
public RecipientInfoCollection getRecipientInfos() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, CryptographicException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, AccessViolationException, TypeLoadException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
CryptographicException
InvalidOperationException
SecurityException
MissingMethodException
TargetInvocationException
NotSupportedException
AccessViolationException
TypeLoadException
NotImplementedException
IndexOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
getCertificates
public X509Certificate2Collection getCertificates() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-