X-Git-Url: http://git.megacz.com/?p=org.ibex.crypto.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fcrypto%2FPKCS1.java;h=63d6c372f67a9248d6cde691e9c1073e90aa7d3e;hp=054f5385d560f57c192d7570ea09b335ec850211;hb=58fa61b37b3df9966f848ed6c925b26d5492034e;hpb=b9e0ae5b6ae08e84d315f8c8eb30729beb257bd8 diff --git a/src/org/ibex/crypto/PKCS1.java b/src/org/ibex/crypto/PKCS1.java index 054f538..63d6c37 100644 --- a/src/org/ibex/crypto/PKCS1.java +++ b/src/org/ibex/crypto/PKCS1.java @@ -1,3 +1,11 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. +/* + * org.ibex.PKCS1 - By Brian Alliet + * Copyright (C) 2004 Brian Alliet + */ + package org.ibex.crypto; import java.security.SecureRandom;