Package eu.emi.security.authn.x509.proxy
Class OidAndValue<T extends org.bouncycastle.asn1.ASN1Encodable>
- java.lang.Object
-
- eu.emi.security.authn.x509.proxy.OidAndValue<T>
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
CertificateExtension
public class OidAndValue<T extends org.bouncycastle.asn1.ASN1Encodable> extends Object implements Cloneable
Stores DER form of a certificate attribute value with its OID.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OidAndValue()
OidAndValue(String oid, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OidAndValue<T>
clone()
String
getOid()
T
getValue()
void
setOid(String oid)
void
setValue(T value)
-