Uses of Class
org.gudy.bouncycastle.asn1.ASN1OctetString
Packages that use ASN1OctetString
Package
Description
A library for parsing and writing ASN.1 objects.
Miscellaneous object identifiers and objects.
Support classes useful for encoding and supporting the various RSA PKCS documents.
Support classes useful for encoding and processing X.509 certificates.
Support classes useful for encoding and supporting X9.62 elliptic curve.
-
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1
Subclasses of ASN1OctetString in org.gudy.bouncycastle.asn1Methods in org.gudy.bouncycastle.asn1 that return ASN1OctetStringModifier and TypeMethodDescriptionstatic ASN1OctetStringASN1OctetString.getInstance(Object obj) return an Octet String from the given object.static ASN1OctetStringASN1OctetString.getInstance(ASN1TaggedObject obj, boolean explicit) return an Octet String from a tagged object. -
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.misc
Fields in org.gudy.bouncycastle.asn1.misc declared as ASN1OctetStringModifier and TypeFieldDescription(package private) ASN1OctetStringCAST5CBCParameters.iv(package private) ASN1OctetStringIDEACBCPar.iv -
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.pkcs
Fields in org.gudy.bouncycastle.asn1.pkcs declared as ASN1OctetStringModifier and TypeFieldDescriptionprivate ASN1OctetStringEncryptedPrivateKeyInfo.dataprivate ASN1OctetStringSignerInfo.encryptedDigest(package private) ASN1OctetStringPKCS12PBEParams.iv(package private) ASN1OctetStringRC2CBCParameter.iv(package private) ASN1OctetStringPBKDF2Params.octStrMethods in org.gudy.bouncycastle.asn1.pkcs that return ASN1OctetStringConstructors in org.gudy.bouncycastle.asn1.pkcs with parameters of type ASN1OctetStringModifierConstructorDescriptionSignerInfo(DERInteger version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digAlgorithm, ASN1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, ASN1OctetString encryptedDigest, ASN1Set unauthenticatedAttributes) -
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as ASN1OctetStringModifier and TypeFieldDescription(package private) ASN1OctetStringAuthorityKeyIdentifier.keyidentifier(package private) ASN1OctetStringX509Extension.valueMethods in org.gudy.bouncycastle.asn1.x509 that return ASN1OctetStringConstructors in org.gudy.bouncycastle.asn1.x509 with parameters of type ASN1OctetStringModifierConstructorDescriptionX509Extension(boolean critical, ASN1OctetString value) X509Extension(DERBoolean critical, ASN1OctetString value) -
Uses of ASN1OctetString in org.gudy.bouncycastle.asn1.x9
Fields in org.gudy.bouncycastle.asn1.x9 declared as ASN1OctetStringModifier and TypeFieldDescriptionprivate ASN1OctetStringKeySpecificInfo.counterprivate ASN1OctetStringOtherInfo.partyAInfoprivate ASN1OctetStringOtherInfo.suppPubInfoMethods in org.gudy.bouncycastle.asn1.x9 that return ASN1OctetStringModifier and TypeMethodDescriptionKeySpecificInfo.getCounter()OtherInfo.getPartyAInfo()OtherInfo.getSuppPubInfo()Constructors in org.gudy.bouncycastle.asn1.x9 with parameters of type ASN1OctetStringModifierConstructorDescriptionKeySpecificInfo(DERObjectIdentifier algorithm, ASN1OctetString counter) OtherInfo(KeySpecificInfo keyInfo, ASN1OctetString partyAInfo, ASN1OctetString suppPubInfo) X9ECPoint(ECCurve c, ASN1OctetString s) X9FieldElement(boolean fP, BigInteger q, ASN1OctetString s)