XML Security, 1.6

com.ibm.xml.crypto.dsig.dom
Class X509IssuerSerialImpl

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
      extended by com.ibm.xml.crypto.dsig.dom.X509IssuerSerialImpl
All Implemented Interfaces:
X509IssuerSerial, XMLStructure

 class X509IssuerSerialImpl
extends XMLStructureImpl
implements X509IssuerSerial


Field Summary
 
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
afactory
 
Constructor Summary
X509IssuerSerialImpl(AlgorithmFactory f, java.lang.String n, java.math.BigInteger s)
           
 
Method Summary
 java.lang.String getIssuerName()
          Returns the X.500 distinguished name of this X509IssuerSerial in RFC 2253 String format.
 java.math.BigInteger getSerialNumber()
          Returns the serial number of this X509IssuerSerial.
 
Methods inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
isFeatureSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Constructor Detail

X509IssuerSerialImpl

X509IssuerSerialImpl(AlgorithmFactory f,
                     java.lang.String n,
                     java.math.BigInteger s)
Method Detail

getIssuerName

public java.lang.String getIssuerName()
Description copied from interface: X509IssuerSerial
Returns the X.500 distinguished name of this X509IssuerSerial in RFC 2253 String format.

Specified by:
getIssuerName in interface X509IssuerSerial
Returns:
the X.500 distinguished name in RFC 2253 String format (never null)

getSerialNumber

public java.math.BigInteger getSerialNumber()
Description copied from interface: X509IssuerSerial
Returns the serial number of this X509IssuerSerial.

Specified by:
getSerialNumber in interface X509IssuerSerial
Returns:
the serial number (never null)

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.