|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cms.crypto.SignatureAlgorithmFactory
public class SignatureAlgorithmFactory
Resolves ASN.1 OBJECT IDENTIFIER based signature algorithm
identifiers into Java Signature algorithms.
| Method Summary | |
|---|---|
java.security.Signature |
createSignature(SignatureAlgorithmIdentifier id)
Return a Signature algorithm specified by an algorithm identifier. |
static SignatureAlgorithmFactory |
getInstance()
Creates then returns an instance of a new SignatureAlgorithmFactory object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SignatureAlgorithmFactory getInstance()
SignatureAlgorithmFactory object
- Returns:
null or a new SignatureAlgorithmFactory object
public java.security.Signature createSignature(SignatureAlgorithmIdentifier id)
throws java.security.NoSuchAlgorithmException
id - the id of the algorithm that should be returned.
java.security.NoSuchAlgorithmException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||