to top
Android APIs
public class

PSource

extends Object
java.lang.Object
   ↳ javax.crypto.spec.PSource
Known Direct Subclasses

Class Overview

The source of the label L as specified in PKCS #1.

Summary

Nested Classes
class PSource.PSpecified The explicit specification of the parameter P used in the source algorithm. 
Protected Constructors
PSource(String pSrcName)
Creates a new PSource instance with the specified source algorithm identifier.
Public Methods
String getAlgorithm()
Returns the source algorithm identifier.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected PSource (String pSrcName)

Since: API Level 1

Creates a new PSource instance with the specified source algorithm identifier.

Parameters
pSrcName the source algorithm identifier.
Throws
NullPointerException if pSrcName is null.

Public Methods

public String getAlgorithm ()

Since: API Level 1

Returns the source algorithm identifier.

Returns
  • the source algorithm identifier.