|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ASN1Value
schemajic.model.ASN1Sequence
com.cms.types.SignatureAlgorithmIdentifier
com.cms.crypto.RSAWithSHA1
public class RSAWithSHA1
An algorithm identifier for the RSA with SHA1 signature algorithm.
SignatureAlgorithmIdentifier ::= SEQUENCE {
algorithm ALGORITHM.&id({SignatureAlgorithms}),
parameters ALGORITHM.&Type({SignatureAlgorithms}{@algorithm}) OPTIONAL
}
SignatureAlgorithms ALGORITHM ::= {
... -- Expect additional objects --
}
| Field Summary |
|---|
| Fields inherited from class schemajic.model.ASN1Sequence |
|---|
_fields |
| Constructor Summary | |
|---|---|
RSAWithSHA1()
constructor for RSAWithSHA1 with no parameters |
|
RSAWithSHA1(ASN1OpenType parameters)
??? modify the description below as needed Construct with parameters expressed as a valid encoding of an ASN.1 value. |
|
| Method Summary |
|---|
| Methods inherited from class com.cms.types.SignatureAlgorithmIdentifier |
|---|
getAlgorithm, getAsn1Type, getDefaultValue, getParameters, setAlgorithm, setParameters |
| Methods inherited from class schemajic.model.ASN1Sequence |
|---|
accept, getFields, setAbsent, setFields, setPresent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RSAWithSHA1()
public RSAWithSHA1(ASN1OpenType parameters)
parameters - a valid ASN.1 encoded value of type NULL
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||