Class SqlColumnEncryptionKeyStoreProvider

    • Field Detail

      • assemblyFullName

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

        public static final java.lang.String className
        Qualified class name: System.Data.SqlClient.SqlColumnEncryptionKeyStoreProvider
        See Also:
        Constant Field Values
      • classType

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

      • SqlColumnEncryptionKeyStoreProvider

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

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

      • VerifyColumnMasterKeyMetadata

        public boolean VerifyColumnMasterKeyMetadata​(java.lang.String masterKeyPath,
                                                     boolean allowEnclaveComputations,
                                                     byte[] signature)
                                              throws java.lang.Throwable,
                                                     NotImplementedException
        Throws:
        java.lang.Throwable
        NotImplementedException
      • DecryptColumnEncryptionKey

        public byte[] DecryptColumnEncryptionKey​(java.lang.String masterKeyPath,
                                                 java.lang.String encryptionAlgorithm,
                                                 byte[] encryptedColumnEncryptionKey)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DecryptColumnEncryptionKey

        public byte[] DecryptColumnEncryptionKey​(java.lang.String dupParam0,
                                                 java.lang.String dupParam1,
                                                 JCORefOut dupParam2)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EncryptColumnEncryptionKey

        public byte[] EncryptColumnEncryptionKey​(java.lang.String masterKeyPath,
                                                 java.lang.String encryptionAlgorithm,
                                                 byte[] columnEncryptionKey)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EncryptColumnEncryptionKey

        public byte[] EncryptColumnEncryptionKey​(java.lang.String dupParam0,
                                                 java.lang.String dupParam1,
                                                 JCORefOut dupParam2)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SignColumnMasterKeyMetadata

        public byte[] SignColumnMasterKeyMetadata​(java.lang.String masterKeyPath,
                                                  boolean allowEnclaveComputations)
                                           throws java.lang.Throwable,
                                                  NotImplementedException
        Throws:
        java.lang.Throwable
        NotImplementedException