public class

PublicKeyAndChallenge

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge

Class Overview

This is designed to parse the PublicKeyAndChallenge created by the KEYGEN tag included by Mozilla based browsers.

  PublicKeyAndChallenge ::= SEQUENCE {
    spki SubjectPublicKeyInfo,
    challenge IA5STRING
  }

  

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
PublicKeyAndChallenge(ASN1Sequence seq)
Public Methods
DERIA5String getChallenge()
static PublicKeyAndChallenge getInstance(Object obj)
SubjectPublicKeyInfo getSubjectPublicKeyInfo()
DERObject toASN1Object()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public PublicKeyAndChallenge (ASN1Sequence seq)

Public Methods

public DERIA5String getChallenge ()

public static PublicKeyAndChallenge getInstance (Object obj)

public SubjectPublicKeyInfo getSubjectPublicKeyInfo ()

public DERObject toASN1Object ()