net.ripe.rpki.commons.crypto
Class CertificateRepositoryObjectFile<T extends CertificateRepositoryObject>

java.lang.Object
  extended by net.ripe.rpki.commons.crypto.CertificateRepositoryObjectFile<T>

public class CertificateRepositoryObjectFile<T extends CertificateRepositoryObject>
extends Object


Constructor Summary
CertificateRepositoryObjectFile(Class<T> expectedType, String name, byte[] content)
           
 
Method Summary
 byte[] getContent()
           
 Class<T> getExpectedType()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertificateRepositoryObjectFile

public CertificateRepositoryObjectFile(Class<T> expectedType,
                                       String name,
                                       byte[] content)
Method Detail

getExpectedType

public Class<T> getExpectedType()

getName

public String getName()

getContent

public byte[] getContent()


Copyright © 2008-2012 RIPE NCC, the Netherlands. All Rights Reserved.