Class SecurityAlgorithmSuite

    • 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
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • 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

      • 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