SessionKey (クラス)
public abstract sealed SessionKey {inherits Key}
パッケージ: CURL.CRYPTO.CIPHER

ストリームの暗号化および複合化のための対称キー。

ライセンス

このクラスとサブクラスは 'encryption' を有効にする Curl/Pro サーバー・ライセンスのライセンスがあるアプレットのみにより利用できます。

コンストラクタ
from-bytes:バイトをアルゴリズムに対するキーのビットとして使います。
ファクトリ public {SessionKey.from-bytes
algorithm:Algorithm,
bytes:{Array-of byte}
}:SessionKey
from-password:パスワードのアルゴリズムと共に使用する暗号化キーを取得します。
ファクトリ public {SessionKey.from-password
algorithm:Algorithm,
password:String
}:SessionKey

プロパティ
block-size:バイト単位でこのキーのブロック サイズを返します。
アクセサ public abstract sealed SessionKey.block-size:int
プロパティ 継承 Key: algorithm, bit-count

メソッド
to-bytes:このキーのバイナリ表記のコピーを返します。
public abstract sealed {SessionKey.to-bytes}:{Array-of byte}
メソッド 継承 Key: object-describe
メソッド 継承 Object: object-describe-for-debugging, object-serialize



コンストラクタ詳細
from-bytes (ファクトリ)
public {SessionKey.from-bytes
algorithm:Algorithm,
bytes:{Array-of byte}
}:SessionKey

バイトをアルゴリズムに対するキーのビットとして使います。

導入: バージョン 6.0.2


from-password (ファクトリ)
public {SessionKey.from-password
algorithm:Algorithm,
password:String
}:SessionKey

パスワードのアルゴリズムと共に使用する暗号化キーを取得します。




プロパティ詳細
block-size (アクセサ)
アクセサ public abstract sealed SessionKey.block-size:int

バイト単位でこのキーのブロック サイズを返します。






メソッド詳細
to-bytes (メソッド)
public abstract sealed {SessionKey.to-bytes}:{Array-of byte}

このキーのバイナリ表記のコピーを返します。

導入: バージョン 6.0.2