Bouncy Castle Cryptography Library 1.48

org.bouncycastle.asn1.mozilla
Class PublicKeyAndChallenge

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.mozilla.PublicKeyAndChallenge
All Implemented Interfaces:
ASN1Encodable

public class PublicKeyAndChallenge
extends ASN1Object

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

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

  


Method Summary
 DERIA5String getChallenge()
           
static PublicKeyAndChallenge getInstance(java.lang.Object obj)
           
 SubjectPublicKeyInfo getSubjectPublicKeyInfo()
           
 ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PublicKeyAndChallenge getInstance(java.lang.Object obj)

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object

getSubjectPublicKeyInfo

public SubjectPublicKeyInfo getSubjectPublicKeyInfo()

getChallenge

public DERIA5String getChallenge()

Bouncy Castle Cryptography Library 1.48