public class PMACVALUE extends java.lang.Object implements ASN1Type
PKMACValue| Constructor and Description |
|---|
PMACVALUE()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ASN1Object obj)
Deprecated.
Decodes an ASN1Object according to the ASN.1 type the class implements.
|
AlgorithmIdentifier |
getAlgId()
Deprecated.
|
BIT_STRING |
getValue()
Deprecated.
|
void |
setAlgId(AlgorithmIdentifier algId)
Deprecated.
|
void |
setValue(BIT_STRING value)
Deprecated.
|
ASN1Object |
toASN1Object()
Deprecated.
Creates an ASN1Object according to the ASN.1 type the class implements.
|
public ASN1Object toASN1Object() throws CodingException
ASN1TypetoASN1Object in interface ASN1TypeCodingException - if an de/encoding error occurspublic void setAlgId(AlgorithmIdentifier algId)
public AlgorithmIdentifier getAlgId()
public void setValue(BIT_STRING value)
public BIT_STRING getValue()
public void decode(ASN1Object obj) throws CodingException
ASN1Typedecode in interface ASN1Typeobj - the ASN.1 type as ASN1ObjectCodingException - if the ASN1Object could not be parsed