コード例 #1
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_200(KMS _enclosing, string material, string name
                                       )
 {
     this._enclosing = _enclosing;
     this.material   = material;
     this.name       = name;
 }
コード例 #2
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_375(KMS _enclosing, int numKeys, IList <KeyProviderCryptoExtension.EncryptedKeyVersion
                                                                           > retEdeks, string name)
 {
     this._enclosing = _enclosing;
     this.numKeys    = numKeys;
     this.retEdeks   = retEdeks;
     this.name       = name;
 }
コード例 #3
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_132(KMS _enclosing, string material, string name
                                       , KeyProvider.Options options)
 {
     this._enclosing = _enclosing;
     this.material   = material;
     this.name       = name;
     this.options    = options;
 }
コード例 #4
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_433(KMS _enclosing, string keyName, string versionName
                                       , byte[] iv, byte[] encMaterial)
 {
     this._enclosing  = _enclosing;
     this.keyName     = keyName;
     this.versionName = versionName;
     this.iv          = iv;
     this.encMaterial = encMaterial;
 }
コード例 #5
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_469(KMS _enclosing, string name)
 {
     this._enclosing = _enclosing;
     this.name       = name;
 }
コード例 #6
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_336(KMS _enclosing, string versionName)
 {
     this._enclosing  = _enclosing;
     this.versionName = versionName;
 }
コード例 #7
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_256(KMS _enclosing)
 {
     this._enclosing = _enclosing;
 }
コード例 #8
0
ファイル: KMS.cs プロジェクト: orf53975/hadoop.net
 public _PrivilegedExceptionAction_234(KMS _enclosing, string[] keyNames)
 {
     this._enclosing = _enclosing;
     this.keyNames   = keyNames;
 }