public class ExtensionValues extends Object
| Constructor and Description |
|---|
ExtensionValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
boolean critical,
org.bouncycastle.asn1.ASN1Encodable value) |
boolean |
addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
ExtensionValue value) |
boolean |
containsExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> |
getExtensionTypes() |
ExtensionValue |
getExtensionValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
boolean |
removeExtensionTuple(org.bouncycastle.asn1.ASN1ObjectIdentifier type) |
int |
size() |
public boolean addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
boolean critical,
org.bouncycastle.asn1.ASN1Encodable value)
public boolean addExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type,
ExtensionValue value)
public Set<org.bouncycastle.asn1.ASN1ObjectIdentifier> getExtensionTypes()
public ExtensionValue getExtensionValue(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public boolean removeExtensionTuple(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public boolean containsExtension(org.bouncycastle.asn1.ASN1ObjectIdentifier type)
public int size()
Copyright © 2019. All rights reserved.