public class AttributeTypeAndValue
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
AttributeTypeAndValue ::= SEQUENCE { type OBJECT IDENTIFIER, value ANY DEFINED BY type }
Constructor and Description |
---|
AttributeTypeAndValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
AttributeTypeAndValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
org.bouncycastle.asn1.ASN1Encodable value) |
AttributeTypeAndValue(org.bouncycastle.asn1.ASN1Sequence seq) |
AttributeTypeAndValue(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static AttributeTypeAndValue |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static AttributeTypeAndValue |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getObjectId() |
org.bouncycastle.asn1.ASN1Encodable |
getParameters() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public AttributeTypeAndValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public AttributeTypeAndValue(java.lang.String type)
public AttributeTypeAndValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type, org.bouncycastle.asn1.ASN1Encodable value)
public AttributeTypeAndValue(org.bouncycastle.asn1.ASN1Sequence seq)
public static AttributeTypeAndValue getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static AttributeTypeAndValue getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getObjectId()
public org.bouncycastle.asn1.ASN1Encodable getParameters()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.