public class OidAndValue<T extends ASN1Encodable> extends Object implements Cloneable
Modifier | Constructor and Description |
---|---|
protected |
OidAndValue() |
|
OidAndValue(String oid,
T value) |
Modifier and Type | Method and Description |
---|---|
OidAndValue<T> |
clone() |
String |
getOid() |
T |
getValue() |
void |
setOid(String oid) |
void |
setValue(T value) |
protected T extends ASN1Encodable value
protected String oid
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.