public class

CK_TLS_PRF_PARAMS

extends Object
java.lang.Object
   ↳ sun.security.pkcs11.wrapper.CK_TLS_PRF_PARAMS

Class Overview

CK_TLS_PRF_PARAMS from PKCS#11 v2.20.

Summary

Fields
public byte[] pLabel
public byte[] pOutput
public byte[] pSeed
Public Constructors
CK_TLS_PRF_PARAMS(byte[] pSeed, byte[] pLabel, byte[] pOutput)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public byte[] pLabel

public byte[] pOutput

public byte[] pSeed

Public Constructors

public CK_TLS_PRF_PARAMS (byte[] pSeed, byte[] pLabel, byte[] pOutput)