Class SymmetricSecurityKey

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.IdentityModel, 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.IdentityModel
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.IdentityModel.Tokens.SymmetricSecurityKey
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • SymmetricSecurityKey

        public SymmetricSecurityKey​(java.lang.Object instance)
                             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • SymmetricSecurityKey

        public SymmetricSecurityKey()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • GenerateDerivedKey

        public byte[] GenerateDerivedKey​(java.lang.String algorithm,
                                         byte[] label,
                                         byte[] nonce,
                                         int derivedKeyLength,
                                         int offset)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GenerateDerivedKey

        public byte[] GenerateDerivedKey​(java.lang.String dupParam0,
                                         JCORefOut dupParam1,
                                         JCORefOut dupParam2,
                                         int dupParam3,
                                         int dupParam4)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetSymmetricKey

        public byte[] GetSymmetricKey()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetIVSize

        public int GetIVSize​(java.lang.String algorithm)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDecryptionTransform

        public ICryptoTransform GetDecryptionTransform​(java.lang.String algorithm,
                                                       byte[] iv)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetDecryptionTransform

        public ICryptoTransform GetDecryptionTransform​(java.lang.String dupParam0,
                                                       JCORefOut dupParam1)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetEncryptionTransform

        public ICryptoTransform GetEncryptionTransform​(java.lang.String algorithm,
                                                       byte[] iv)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetEncryptionTransform

        public ICryptoTransform GetEncryptionTransform​(java.lang.String dupParam0,
                                                       JCORefOut dupParam1)
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetKeyedHashAlgorithm

        public KeyedHashAlgorithm GetKeyedHashAlgorithm​(java.lang.String algorithm)
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • GetSymmetricAlgorithm

        public SymmetricAlgorithm GetSymmetricAlgorithm​(java.lang.String algorithm)
                                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable