com.adobe.flashaccess.sdk.cert
Interface MachineToken


public interface MachineToken

This interface encapsulates information identifying an Flash Access client. Information regarding DRM and runtime version information, as well as certificate serial numbers for each respective certificate are held in this MachineToken. This interface also contains identifying information about the client that was assigned by the Adobe Flash Access Individualization server, namely the machine identifier (needed by servers to uniquely identify a machine), and the machine certificate serial number (needed by servers to check if a particular machine has been revoked).


Method Summary
 ModuleInfo getDRMModuleInfo()
          Retrieves information about the DRM module on the client's machine.
 java.security.cert.X509Certificate getMachineCertificate()
          Retrieves the X.509 certificate representing this machine token.
 MachineId getMachineId()
          Retrieves the machine identifier assigned by the individualization server.
 IssuerAndSerialNumber getMachineTokenId()
          Retrieves the issuer and serial number of the machine token.
 ModuleInfo getRuntimeModuleInfo()
          Retrieves information about the runtime module on the client's machine.
 

Method Detail

getMachineId

MachineId getMachineId()
Retrieves the machine identifier assigned by the individualization server.

Returns:
The machine identifier assigned by the individualization server.

getMachineTokenId

IssuerAndSerialNumber getMachineTokenId()
Retrieves the issuer and serial number of the machine token.

Returns:
The machine token issuer and serial number.

getDRMModuleInfo

ModuleInfo getDRMModuleInfo()
Retrieves information about the DRM module on the client's machine.

Returns:
The DRM version information.

getRuntimeModuleInfo

ModuleInfo getRuntimeModuleInfo()
Retrieves information about the runtime module on the client's machine.

Returns:
The runtime version information.

getMachineCertificate

java.security.cert.X509Certificate getMachineCertificate()
Retrieves the X.509 certificate representing this machine token.

Returns:
The machine certificate.


[an error occurred while processing this directive] [an error occurred while processing this directive]