Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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)

Added in 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 ()

Added in API level 1

Returns the source algorithm identifier.

Returns
  • the source algorithm identifier.