Uses of Class
COSE.ASN1.TagValue
-
-
Uses of ASN1.TagValue in COSE
Fields in COSE with type parameters of type ASN1.TagValue Modifier and Type Field Description ArrayList<ASN1.TagValue>ASN1.TagValue. listMethods in COSE that return ASN1.TagValue Modifier and Type Method Description static ASN1.TagValueASN1. DecodeCompound(int offset, byte[] encoding)Decode an array of bytes which is supposed to be an ASN.1 encoded structure.Methods in COSE that return types with arguments of type ASN1.TagValue Modifier and Type Method Description static ArrayList<ASN1.TagValue>ASN1. DecodePKCS8EC(ArrayList<ASN1.TagValue> pkcs8)Decode an EC PKCS#8 private key octet stringstatic ArrayList<ASN1.TagValue>ASN1. DecodePKCS8RSA(ArrayList<ASN1.TagValue> pkcs8)Decode a RSA PKCS#8 private key octet stringstatic ArrayList<ASN1.TagValue>ASN1. DecodePKCS8Structure(byte[] encodedData)Decode a PKCS#8 private key structure, leaving the private key as an octetstring.static ArrayList<ASN1.TagValue>ASN1. DecodeSubjectPublicKeyInfo(byte[] encoding)Method parameters in COSE with type arguments of type ASN1.TagValue Modifier and Type Method Description static ArrayList<ASN1.TagValue>ASN1. DecodePKCS8EC(ArrayList<ASN1.TagValue> pkcs8)Decode an EC PKCS#8 private key octet stringstatic ArrayList<ASN1.TagValue>ASN1. DecodePKCS8RSA(ArrayList<ASN1.TagValue> pkcs8)Decode a RSA PKCS#8 private key octet stringConstructor parameters in COSE with type arguments of type ASN1.TagValue Constructor Description TagValue(int tagIn, ArrayList<ASN1.TagValue> listIn)
-