Package system.security.cryptography.xml
Class EncryptedKey
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.security.cryptography.xml.EncryptedType
-
- system.security.cryptography.xml.EncryptedKey
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class EncryptedKey extends EncryptedType
The base .NET class managing System.Security.Cryptography.Xml.EncryptedKey, 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.Xml.EncryptedKey
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.StringassemblyFullNameFully assembly qualified name: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Securitystatic java.lang.StringclassNameQualified class name: System.Security.Cryptography.Xml.EncryptedKeystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description EncryptedKey()EncryptedKey(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddReference(DataReference dataReference)voidAddReference(KeyReference keyReference)static EncryptedKeycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoEncryptedKey, a cast assert is made to check if types are compatible.java.lang.StringgetCarriedKeyName()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetRecipient()ReferenceListgetReferenceList()XmlElementGetXml()voidLoadXml(XmlElement value)voidsetCarriedKeyName(java.lang.String CarriedKeyName)voidsetJCOInstance(JCObject instance)voidsetRecipient(java.lang.String Recipient)-
Methods inherited from class system.security.cryptography.xml.EncryptedType
AddProperty, getCipherData, getEncoding, getEncryptionMethod, getEncryptionProperties, getId, getKeyInfo, getMimeType, getType, setCipherData, setEncoding, setEncryptionMethod, setId, setKeyInfo, setMimeType, setType
-
-
-
-
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.Xml.EncryptedKey- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classEncryptedType- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classEncryptedType- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classEncryptedType- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classEncryptedType- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classEncryptedType
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classEncryptedType- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static EncryptedKey cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoEncryptedKey, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
EncryptedKeyinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetXml
public XmlElement GetXml() throws java.lang.Throwable, ArgumentOutOfRangeException, NullReferenceException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, XmlException, ObjectDisposedException, RankException, IndexOutOfRangeException, CryptographicException, OutOfMemoryException
- Overrides:
GetXmlin classEncryptedType- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionNullReferenceExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionXmlExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionCryptographicExceptionOutOfMemoryException
-
AddReference
public void AddReference(DataReference dataReference) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedException
-
AddReference
public void AddReference(KeyReference keyReference) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedException
-
LoadXml
public void LoadXml(XmlElement value) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XPathException, FormatException, OverflowException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException, ApplicationException, NotSupportedException
- Overrides:
LoadXmlin classEncryptedType- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXPathExceptionFormatExceptionOverflowExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionApplicationExceptionNotSupportedException
-
getReferenceList
public ReferenceList getReferenceList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCarriedKeyName
public java.lang.String getCarriedKeyName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCarriedKeyName
public void setCarriedKeyName(java.lang.String CarriedKeyName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRecipient
public java.lang.String getRecipient() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRecipient
public void setRecipient(java.lang.String Recipient) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-