Uses of Class
org.bouncycastle.asn1.DERObjectIdentifier
| Package | Description |
|---|---|
| org.bouncycastle.asn1 | |
| org.bouncycastle.asn1.cms | |
| org.bouncycastle.asn1.x509 | |
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of DERObjectIdentifier in org.bouncycastle.asn1
Subclasses of DERObjectIdentifier in org.bouncycastle.asn1 Modifier and Type Class Description classASN1ObjectIdentifier -
Uses of DERObjectIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms with parameters of type DERObjectIdentifier Modifier and Type Method Description AttributeAttributeTable. get(DERObjectIdentifier oid)Deprecated.use ASN1ObjectIdentifierASN1EncodableVectorAttributeTable. getAll(DERObjectIdentifier oid)Deprecated.use ASN1ObjectIdentifierConstructors in org.bouncycastle.asn1.cms with parameters of type DERObjectIdentifier Constructor Description Attribute(DERObjectIdentifier attrType, ASN1Set attrValues)Deprecated.use ASN1ObjectIdentifier -
Uses of DERObjectIdentifier in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 with parameters of type DERObjectIdentifier Modifier and Type Method Description voidX509ExtensionsGenerator. addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)Deprecated.use ASN1ObjectIdentifiervoidX509ExtensionsGenerator. addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)Deprecated.use ASN1ObjectIdentifierX509ExtensionX509Extensions. getExtension(DERObjectIdentifier oid)Deprecated.return the extension represented by the object identifier passed in.Constructors in org.bouncycastle.asn1.x509 with parameters of type DERObjectIdentifier Constructor Description AlgorithmIdentifier(DERObjectIdentifier objectId)Deprecated.use ASN1ObjectIdentifierAlgorithmIdentifier(DERObjectIdentifier objectId, ASN1Encodable parameters)Deprecated.use ASN1ObjectIdentifier -
Uses of DERObjectIdentifier in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type DERObjectIdentifier Modifier and Type Method Description protected static booleanCertPathValidatorUtilities. processCertD1i(int index, List[] policyNodes, DERObjectIdentifier pOid, Set pq)protected static voidCertPathValidatorUtilities. processCertD1ii(int index, List[] policyNodes, DERObjectIdentifier _poid, Set _pq) -
Uses of DERObjectIdentifier in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type DERObjectIdentifier Modifier and Type Method Description voidX509V3CertificateGenerator. addExtension(DERObjectIdentifier oid, boolean critical, byte[] value)Deprecated.add a given extension field for the standard extensions tag (tag 3)voidX509V3CertificateGenerator. addExtension(DERObjectIdentifier oid, boolean critical, ASN1Encodable value)Deprecated.add a given extension field for the standard extensions tag (tag 3)voidX509V3CertificateGenerator. copyAndAddExtension(DERObjectIdentifier oid, boolean critical, X509Certificate cert)Deprecated.add a given extension field for the standard extensions tag (tag 3) copying the extension value from another certificate.