public class SecurityAlgorithmSuite extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Security.SecurityAlgorithmSuite
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SecurityAlgorithmSuite() |
SecurityAlgorithmSuite(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SecurityAlgorithmSuite()
throws java.lang.Throwable
java.lang.Throwablepublic SecurityAlgorithmSuite(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SecurityAlgorithmSuite, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSecurityAlgorithmSuite instancejava.lang.Throwable - in case of error during cast operationpublic static SecurityAlgorithmSuite getBasic128() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic128Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic128Sha256() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic128Sha256Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic192() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic192Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic192Sha256() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic192Sha256Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic256() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic256Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic256Sha256() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getBasic256Sha256Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getDefault() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultAsymmetricKeyWrapAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultAsymmetricSignatureAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultCanonicalizationAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultDigestAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultEncryptionAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic int getDefaultEncryptionKeyDerivationLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getDefaultSignatureKeyDerivationLength()
throws java.lang.Throwable
java.lang.Throwablepublic int getDefaultSymmetricKeyLength()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultSymmetricKeyWrapAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDefaultSymmetricSignatureAlgorithm()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static SecurityAlgorithmSuite getTripleDes() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getTripleDesRsa15() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getTripleDesSha256() throws java.lang.Throwable
java.lang.Throwablepublic static SecurityAlgorithmSuite getTripleDesSha256Rsa15() throws java.lang.Throwable
java.lang.Throwablepublic boolean IsAsymmetricKeyLengthSupported(int length)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsAsymmetricKeyWrapAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsAsymmetricSignatureAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsCanonicalizationAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsDigestAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsEncryptionAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsEncryptionKeyDerivationAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsSignatureKeyDerivationAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsSymmetricKeyLengthSupported(int length)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsSymmetricKeyWrapAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsSymmetricSignatureAlgorithmSupported(java.lang.String algorithm)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject