Table of Contents

Class TransformService

Namespace
Javax.Xml.Crypto.Dsig
Assembly
MASES.JNet.dll
public class TransformService : Transform, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ITransform
Inheritance
JVMBridgeBase
JVMBridgeBase<Transform>
TransformService
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Transform>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Transform>.IsAssignableFrom<T>()
JVMBridgeBase<Transform>.Execute<T>(params T[])
JVMBridgeBase<Transform>.DynBridgeClazz
JVMBridgeBase<Transform>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

TransformService()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("TransformService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TransformService()

TransformService(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("TransformService class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TransformService(params object[] args)

Parameters

args object[]

Properties

Algorithm

public String Algorithm { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MechanismType

public String MechanismType { get; }

Property Value

String

Provider

public Provider Provider { get; }

Property Value

Provider

Methods

GetInstance(String, String)

public static TransformService GetInstance(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

TransformService

TransformService

Exceptions

NoSuchAlgorithmException

GetInstance(String, String, String)

public static TransformService GetInstance(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Returns

TransformService

TransformService

Exceptions

NoSuchAlgorithmException
NoSuchProviderException

GetInstance(String, String, Provider)

public static TransformService GetInstance(String arg0, String arg1, Provider arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 Provider

Provider

Returns

TransformService

TransformService

Exceptions

NoSuchAlgorithmException

Init(TransformParameterSpec)

public void Init(TransformParameterSpec arg0)

Parameters

arg0 TransformParameterSpec

TransformParameterSpec

Exceptions

InvalidAlgorithmParameterException

Init(XMLStructure, XMLCryptoContext)

public void Init(XMLStructure arg0, XMLCryptoContext arg1)

Parameters

arg0 XMLStructure

XMLStructure

arg1 XMLCryptoContext

XMLCryptoContext

Exceptions

InvalidAlgorithmParameterException

MarshalParams(XMLStructure, XMLCryptoContext)

public void MarshalParams(XMLStructure arg0, XMLCryptoContext arg1)

Parameters

arg0 XMLStructure

XMLStructure

arg1 XMLCryptoContext

XMLCryptoContext

Exceptions

MarshalException