org.bouncycastle.asn1.x509
Class AlgorithmIdentifier
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.AlgorithmIdentifier
- All Implemented Interfaces:
- ASN1Encodable
- Direct Known Subclasses:
- PBES2Algorithms
public class AlgorithmIdentifier
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AlgorithmIdentifier
public AlgorithmIdentifier(ASN1ObjectIdentifier objectId)
AlgorithmIdentifier
public AlgorithmIdentifier(java.lang.String objectId)
- Deprecated. use ASN1ObjectIdentifier
- Parameters:
objectId
-
AlgorithmIdentifier
public AlgorithmIdentifier(ASN1ObjectIdentifier objectId,
ASN1Encodable parameters)
AlgorithmIdentifier
public AlgorithmIdentifier(ASN1Sequence seq)
- Deprecated. use AlgorithmIdentifier.getInstance()
- Parameters:
seq
-
getInstance
public static AlgorithmIdentifier getInstance(ASN1TaggedObject obj,
boolean explicit)
getInstance
public static AlgorithmIdentifier getInstance(java.lang.Object obj)
getAlgorithm
public ASN1ObjectIdentifier getAlgorithm()
getObjectId
public ASN1ObjectIdentifier getObjectId()
- Deprecated. use getAlgorithm
- Returns:
getParameters
public ASN1Encodable getParameters()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Produce an object suitable for an ASN1OutputStream.
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL }
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object
- Returns:
- a primitive representation of this object.