Package system.servicemodel.security
Class SecurityAlgorithmSuite
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.security.SecurityAlgorithmSuite
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
Basic128SecurityAlgorithmSuite
,Basic192SecurityAlgorithmSuite
,Basic256SecurityAlgorithmSuite
,TripleDesSecurityAlgorithmSuite
public class SecurityAlgorithmSuite extends NetObject
The base .NET class managing System.ServiceModel.Security.SecurityAlgorithmSuite, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Security.SecurityAlgorithmSuite
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.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.ServiceModelstatic java.lang.String
className
Qualified class name: System.ServiceModel.Security.SecurityAlgorithmSuitestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SecurityAlgorithmSuite()
SecurityAlgorithmSuite(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Security.SecurityAlgorithmSuite- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SecurityAlgorithmSuite
public SecurityAlgorithmSuite(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SecurityAlgorithmSuite
public SecurityAlgorithmSuite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
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 SecurityAlgorithmSuite cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoSecurityAlgorithmSuite
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SecurityAlgorithmSuite
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsAsymmetricKeyLengthSupported
public boolean IsAsymmetricKeyLengthSupported(int length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsAsymmetricKeyWrapAlgorithmSupported
public boolean IsAsymmetricKeyWrapAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsAsymmetricSignatureAlgorithmSupported
public boolean IsAsymmetricSignatureAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsCanonicalizationAlgorithmSupported
public boolean IsCanonicalizationAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsDigestAlgorithmSupported
public boolean IsDigestAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsEncryptionAlgorithmSupported
public boolean IsEncryptionAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsEncryptionKeyDerivationAlgorithmSupported
public boolean IsEncryptionKeyDerivationAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSignatureKeyDerivationAlgorithmSupported
public boolean IsSignatureKeyDerivationAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSymmetricKeyLengthSupported
public boolean IsSymmetricKeyLengthSupported(int length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSymmetricKeyWrapAlgorithmSupported
public boolean IsSymmetricKeyWrapAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsSymmetricSignatureAlgorithmSupported
public boolean IsSymmetricSignatureAlgorithmSupported(java.lang.String algorithm) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultEncryptionKeyDerivationLength
public int getDefaultEncryptionKeyDerivationLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultSignatureKeyDerivationLength
public int getDefaultSignatureKeyDerivationLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultSymmetricKeyLength
public int getDefaultSymmetricKeyLength() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic128
public static SecurityAlgorithmSuite getBasic128() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic128Rsa15
public static SecurityAlgorithmSuite getBasic128Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic128Sha256
public static SecurityAlgorithmSuite getBasic128Sha256() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic128Sha256Rsa15
public static SecurityAlgorithmSuite getBasic128Sha256Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic192
public static SecurityAlgorithmSuite getBasic192() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic192Rsa15
public static SecurityAlgorithmSuite getBasic192Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic192Sha256
public static SecurityAlgorithmSuite getBasic192Sha256() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic192Sha256Rsa15
public static SecurityAlgorithmSuite getBasic192Sha256Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic256
public static SecurityAlgorithmSuite getBasic256() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic256Rsa15
public static SecurityAlgorithmSuite getBasic256Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic256Sha256
public static SecurityAlgorithmSuite getBasic256Sha256() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getBasic256Sha256Rsa15
public static SecurityAlgorithmSuite getBasic256Sha256Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefault
public static SecurityAlgorithmSuite getDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTripleDes
public static SecurityAlgorithmSuite getTripleDes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTripleDesRsa15
public static SecurityAlgorithmSuite getTripleDesRsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTripleDesSha256
public static SecurityAlgorithmSuite getTripleDesSha256() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTripleDesSha256Rsa15
public static SecurityAlgorithmSuite getTripleDesSha256Rsa15() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultAsymmetricKeyWrapAlgorithm
public java.lang.String getDefaultAsymmetricKeyWrapAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultAsymmetricSignatureAlgorithm
public java.lang.String getDefaultAsymmetricSignatureAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultCanonicalizationAlgorithm
public java.lang.String getDefaultCanonicalizationAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultDigestAlgorithm
public java.lang.String getDefaultDigestAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultEncryptionAlgorithm
public java.lang.String getDefaultEncryptionAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultSymmetricKeyWrapAlgorithm
public java.lang.String getDefaultSymmetricKeyWrapAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultSymmetricSignatureAlgorithm
public java.lang.String getDefaultSymmetricSignatureAlgorithm() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-